Home
last modified time | relevance | path

Searched refs:ndo_malloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_ops.c62 static char *ndo_malloc(ndr_stream_t *, unsigned, ndr_ref_t *);
81 ndo_malloc,
203 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) in ndo_malloc() function
H A Dndr.h202 char *(*ndo_malloc)(struct ndr_stream *, unsigned, ndr_ref_t *); member
218 (*(NDS)->ndo->ndo_malloc)(NDS, LEN, REF)