ndr_print_ 151 librpc/ndr/libndr.h #define NDR_PRINT_DEBUG(type, p) ndr_print_debug((ndr_print_fn_t)ndr_print_ ##type, #p, p) ndr_print_ 152 librpc/ndr/libndr.h #define NDR_PRINT_UNION_DEBUG(type, level, p) ndr_print_union_debug((ndr_print_fn_t)ndr_print_ ##type, #p, level, p) ndr_print_ 153 librpc/ndr/libndr.h #define NDR_PRINT_FUNCTION_DEBUG(type, flags, p) ndr_print_function_debug((ndr_print_function_t)ndr_print_ ##type, #type, flags, p) ndr_print_ 159 librpc/ndr/libndr.h #define NDR_PRINT_STRUCT_STRING(ctx, type, p) ndr_print_struct_string(ctx, (ndr_print_fn_t)ndr_print_ ##type, #p, p) ndr_print_ 160 librpc/ndr/libndr.h #define NDR_PRINT_UNION_STRING(ctx, type, level, p) ndr_print_union_string(ctx, (ndr_print_fn_t)ndr_print_ ##type, #p, level, p) ndr_print_ 161 librpc/ndr/libndr.h #define NDR_PRINT_FUNCTION_STRING(ctx, type, flags, p) ndr_print_function_string(ctx, (ndr_print_function_t)ndr_print_ ##type, #type, flags, p) ndr_print_ 446 librpc/ndr/libndr.h void ndr_print_ ## name(struct ndr_print *ndr, const char *var_name, type v); ndr_print_ 451 librpc/ndr/libndr.h void ndr_print_ ## name(struct ndr_print *ndr, const char *var_name, const type *v);