annotation        234 librpc/gen_ndr/epmapper.h 	const char *annotation;/* [charset(DOS)] */
annotation       1637 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, strlen(r->annotation) + 1));
annotation       1638 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_charset(ndr, NDR_SCALARS, r->annotation, strlen(r->annotation) + 1, sizeof(uint8_t), CH_DOS));
annotation       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       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);
annotation       1689 librpc/gen_ndr/ndr_epmapper.c 	ndr_print_string(ndr, "annotation", r->annotation);
annotation        113 source3/rpcclient/cmd_epmapper.c 			 entry.annotation);
annotation        149 source4/rpc_server/epmapper/rpc_epmapper.c 		r->out.entries[i].annotation = eps->e[i].name;
annotation        174 source4/torture/rpc/epmapper.c 			printf("\nFound '%s'\n", r.out.entries[i].annotation);
annotation        223 source4/torture/rpc/epmapper.c 	r.in.entries[0].annotation = "smbtorture endpoint";