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

/freebsd-13-stable/include/rpc/
H A Draw.h53 extern char *__rpc_rawcombuf;
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_raw.c84 char *__rpc_rawcombuf = NULL; variable
100 if (__rpc_rawcombuf == NULL) {
101 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
102 if (__rpc_rawcombuf == NULL) {
108 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */
111 free(__rpc_rawcombuf);
H A Dclnt_raw.c106 if (__rpc_rawcombuf == NULL)
107 __rpc_rawcombuf =
109 clp->_raw_buf = __rpc_rawcombuf;

Completed in 61 milliseconds