Searched refs:__rpc_rawcombuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Draw.h51 extern char *__rpc_rawcombuf;
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_raw.c82 char *__rpc_rawcombuf = NULL; variable
98 if (__rpc_rawcombuf == NULL) {
99 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
100 if (__rpc_rawcombuf == NULL) {
106 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */
109 free(__rpc_rawcombuf);
H A Dclnt_raw.c104 if (__rpc_rawcombuf == NULL)
105 __rpc_rawcombuf =
107 clp->_raw_buf = __rpc_rawcombuf;

Completed in 168 milliseconds