Searched refs:ndr_ref_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | ndr.h | 185 } ndr_ref_t; typedef 202 char *(*ndo_malloc)(struct ndr_stream *, unsigned, ndr_ref_t *); 203 int (*ndo_free)(struct ndr_stream *, char *, ndr_ref_t *); 204 int (*ndo_grow_pdu)(struct ndr_stream *, unsigned long, ndr_ref_t *); 206 unsigned long, ndr_ref_t *); 208 unsigned long, char *, int, ndr_ref_t *); 210 unsigned long, char *, int, ndr_ref_t *); 211 void (*ndo_tattle)(struct ndr_stream *, char *, ndr_ref_t *); 212 void (*ndo_tattle_error)(struct ndr_stream *, ndr_ref_t *); 282 ndr_ref_t *outer_queue_head; [all …]
|
H A D | ndr_ops.c | 62 static char *ndo_malloc(ndr_stream_t *, unsigned, ndr_ref_t *); 63 static int ndo_free(ndr_stream_t *, char *, ndr_ref_t *); 64 static int ndo_grow_pdu(ndr_stream_t *, unsigned long, ndr_ref_t *); 66 ndr_ref_t *); 68 char *, int, ndr_ref_t *); 70 char *, int, ndr_ref_t *); 71 static void ndo_tattle(ndr_stream_t *, char *, ndr_ref_t *); 72 static void ndo_tattle_error(ndr_stream_t *, ndr_ref_t *); 203 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) in ndo_malloc() 215 ndo_free(ndr_stream_t *nds, char *p, ndr_ref_t *ref) in ndo_free() [all …]
|
H A D | ndr_process.c | 226 static ndr_ref_t *ndr_enter_outer_queue(ndr_ref_t *); 227 extern int ndr__ulong(ndr_ref_t *); 245 ndr_ref_t myref; in ndo_process() 259 ndr_ref_t myref; in ndo_operation() 278 ndr_params(ndr_ref_t *params_ref) in ndr_params() 289 ndr_topmost(ndr_ref_t *top_ref) in ndr_topmost() 293 ndr_ref_t *outer_ref = 0; in ndr_topmost() 403 static ndr_ref_t * 404 ndr_enter_outer_queue(ndr_ref_t *arg_ref) in ndr_enter_outer_queue() 407 ndr_ref_t *outer_ref; in ndr_enter_outer_queue() [all …]
|
H A D | ndr_marshal.c | 572 int ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref); 588 ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref) in ndr__ndr_bind_ack_hdr() 593 ndr_ref_t myref; in ndr__ndr_bind_ack_hdr() 664 int ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref); 680 ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref) in ndr__ndr_alter_context_rsp_hdr() 685 ndr_ref_t myref; in ndr__ndr_alter_context_rsp_hdr() 753 int ndr__auth_verifier_co(ndr_ref_t *encl_ref); 769 ndr__auth_verifier_co(ndr_ref_t *encl_ref) in ndr__auth_verifier_co() 775 ndr_ref_t myref; in ndr__auth_verifier_co()
|