Searched refs:__rpc_rawcombuf (Results 1 – 4 of 4) sorted by relevance
76 char *__rpc_rawcombuf = NULL; variable92 if (__rpc_rawcombuf == NULL) { in svc_raw_create()93 __rpc_rawcombuf = calloc(UDPMSGSIZE, sizeof (char)); in svc_raw_create()94 if (__rpc_rawcombuf == NULL) { in svc_raw_create()100 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */ in svc_raw_create()103 free(__rpc_rawcombuf); in svc_raw_create()
99 if (__rpc_rawcombuf == NULL) in clnt_raw_create()100 __rpc_rawcombuf = in clnt_raw_create()102 clp->_raw_buf = __rpc_rawcombuf; in clnt_raw_create()
192 __rpc_rawcombuf;
49 extern char *__rpc_rawcombuf;