Home
last modified time | relevance | path

Searched refs:nds_initialize (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dmlrpc_clh.c471 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 Dmapfile-vers97 nds_initialize;
H A Dndr_server.c106 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 Dlibmlrpc.h546 int nds_initialize(ndr_stream_t *, unsigned, int, ndr_heap_t *);
H A Dndr_ops.c124 nds_initialize(ndr_stream_t *nds, unsigned pdu_size_hint, in nds_initialize() function
H A Dndr_marshal.c190 rc = nds_initialize(&nbuf->nb_nds, pdu_size_hint, NDR_MODE_BUF_DECODE, in ndr_buf_decode()