Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/rpcbind/
H A Drpcb_svc_com.c604 char *outbuf_alloc = NULL; in rpcbproc_callit_com() local
798 outbuf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
800 outbuf_alloc = malloc(sendsz); in rpcbproc_callit_com()
802 if (outbuf_alloc == NULL) { in rpcbproc_callit_com()
810 xdrmem_create(&outxdr, outbuf_alloc, sendsz, XDR_ENCODE); in rpcbproc_callit_com()
878 if (outbuf_alloc) in rpcbproc_callit_com()
879 outbufp = outbuf_alloc; in rpcbproc_callit_com()
907 free(outbuf_alloc); in rpcbproc_callit_com()