Home
last modified time | relevance | path

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

/minix3/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c598 char *outbuf_alloc = NULL; in rpcbproc_callit_com() local
797 outbuf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
799 outbuf_alloc = malloc(sendsz); in rpcbproc_callit_com()
801 if (outbuf_alloc == NULL) { in rpcbproc_callit_com()
809 xdrmem_create(&outxdr, outbuf_alloc, sendsz, XDR_ENCODE); in rpcbproc_callit_com()
877 if (outbuf_alloc) in rpcbproc_callit_com()
878 outbufp = outbuf_alloc; in rpcbproc_callit_com()
908 if (outbuf_alloc) in rpcbproc_callit_com()
909 free((void *) outbuf_alloc); in rpcbproc_callit_com()