Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c601 char *outbuf_alloc = NULL; in rpcbproc_callit_com() local
795 outbuf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
797 outbuf_alloc = malloc(sendsz); in rpcbproc_callit_com()
799 if (outbuf_alloc == NULL) { in rpcbproc_callit_com()
807 xdrmem_create(&outxdr, outbuf_alloc, sendsz, XDR_ENCODE); in rpcbproc_callit_com()
875 if (outbuf_alloc) in rpcbproc_callit_com()
876 outbufp = outbuf_alloc; in rpcbproc_callit_com()
904 free(outbuf_alloc); in rpcbproc_callit_com()