Searched refs:nds_initialize (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | mlrpc_clh.c | 471 rc = nds_initialize(send_nds, 0, NDR_MODE_CALL_SEND, heap); in ndr_xa_init() 473 rc = nds_initialize(recv_nds, NDR_PDU_SIZE_HINT_DEFAULT, in ndr_xa_init()
|
H A D | mapfile-vers | 97 nds_initialize;
|
H A D | ndr_server.c | 106 rc = nds_initialize(recv_nds, 0, NDR_MODE_CALL_RECV, mxa->heap); in ndr_pipe_process() 111 rc = nds_initialize(send_nds, 0, NDR_MODE_RETURN_SEND, mxa->heap); in ndr_pipe_process()
|
H A D | libmlrpc.h | 546 int nds_initialize(ndr_stream_t *, unsigned, int, ndr_heap_t *);
|
H A D | ndr_ops.c | 124 nds_initialize(ndr_stream_t *nds, unsigned pdu_size_hint, in nds_initialize() function
|
H A D | ndr_marshal.c | 190 rc = nds_initialize(&nbuf->nb_nds, pdu_size_hint, NDR_MODE_BUF_DECODE, in ndr_buf_decode()
|