Searched refs:outbuf_alloc (Results 1 – 1 of 1) sorted by relevance
604 char *outbuf_alloc = NULL; in rpcbproc_callit_com() local794 outbuf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()796 outbuf_alloc = malloc(sendsz); in rpcbproc_callit_com()798 if (outbuf_alloc == NULL) { in rpcbproc_callit_com()805 xdrmem_create(&outxdr, outbuf_alloc, sendsz, XDR_ENCODE); in rpcbproc_callit_com()872 if (outbuf_alloc) in rpcbproc_callit_com()873 outbufp = outbuf_alloc; in rpcbproc_callit_com()900 free(outbuf_alloc); in rpcbproc_callit_com()