__annotation_length  233 librpc/gen_ndr/epmapper.h 	uint32_t __annotation_length;/* [value(strlen(annotation)+1)] */
__annotation_length 1662 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->__annotation_length));
__annotation_length 1663 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_charset(ndr, NDR_SCALARS, &r->annotation, r->__annotation_length, sizeof(uint8_t), CH_DOS));
__annotation_length 1688 librpc/gen_ndr/ndr_epmapper.c 	ndr_print_uint32(ndr, "__annotation_length", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?strlen(r->annotation) + 1:r->__annotation_length);