Searched refs:outbuf_alloc (Results 1 – 1 of 1) sorted by relevance
604 char *outbuf_alloc = NULL; in rpcbproc_callit_com() local798 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()