HomeSort by: relevance | last modified time | path
    Searched refs:XDR_FREE (Results 1 - 22 of 22) sorted by relevancy

  /src/common/lib/libc/rpc/
xdr_array.c 103 (xdrs->x_op != XDR_FREE))
124 case XDR_FREE:
142 if (xdrs->x_op == XDR_FREE) {
xdr.c 80 __weak_alias(xdr_free,_xdr_free)
124 xdr_free(xdrproc_t proc, char *objp) function in typeref:typename:void
128 x.x_op = XDR_FREE;
166 case XDR_FREE:
197 case XDR_FREE:
221 case XDR_FREE:
244 case XDR_FREE:
277 case XDR_FREE:
309 case XDR_FREE:
341 case XDR_FREE
    [all...]
  /src/lib/libc/rpc/
xdr_reference.c 85 case XDR_FREE:
103 if (xdrs->x_op == XDR_FREE) {
pmap_prot2.c 106 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
116 freeing = (xdrs->x_op == XDR_FREE);
clnt_raw.c 142 xdrmem_create(xdrs, clp->_raw_buf, UDPMSGSIZE, XDR_FREE);
220 xdrs->x_op = XDR_FREE;
243 xdrs->x_op = XDR_FREE;
273 xdrs->x_op = XDR_FREE;
svc_auth_unix.c 125 xdrs.x_op = XDR_FREE;
rpcb_prot.c 129 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
140 freeing = (xdrs->x_op == XDR_FREE);
220 * XDR_ENCODE or XDR_FREE. more_elements is overwritten by
231 freeing = (xdrs->x_op == XDR_FREE);
xdr_float.c 168 case XDR_FREE:
313 case XDR_FREE:
svc_raw.c 219 xdrs->x_op = XDR_FREE;
auth_unix.c 274 xdrs.x_op = XDR_FREE;
322 xdrs.x_op = XDR_FREE;
clnt_dg.c 480 xdrs->x_op = XDR_FREE;
538 xdrs->x_op = XDR_FREE;
clnt_vc.c 458 xdrs->x_op = XDR_FREE;
515 xdrs->x_op = XDR_FREE;
xdr_rec.c 398 case XDR_FREE:
428 case XDR_FREE:
clnt_bcast.c 637 xdrs->x_op = XDR_FREE;
svc_dg.c 281 xdrs->x_op = XDR_FREE;
svc_vc.c 673 xdrs->x_op = XDR_FREE;
  /src/lib/librpcsvc/
rnusers.x 121 % * so we are not supposed to call xdr_free with it.
123 % if (xdrs->x_op == XDR_FREE)
  /src/common/include/rpc/
xdr.h 65 * data can be freed with the XDR_FREE operation.
77 * XDR_FREE can be used to release the space allocated by an XDR_DECODE
83 XDR_FREE=2
308 extern void xdr_free(xdrproc_t, char *);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 362 COMPILER_CHECK(__sanitizer_XDR_FREE == XDR_FREE);
sanitizer_platform_limits_freebsd.cc 518 COMPILER_CHECK(__sanitizer_XDR_FREE == XDR_FREE);
sanitizer_platform_limits_posix.cc 1227 COMPILER_CHECK(__sanitizer_XDR_FREE == XDR_FREE);
  /src/usr.sbin/ypbind/
ypbind.c 1266 xdr.x_op = XDR_FREE;
1323 xdr.x_op = XDR_FREE;

Completed in 105 milliseconds