| /src/common/lib/libc/rpc/ |
| xdr.c | 155 case XDR_ENCODE: 186 case XDR_ENCODE: 217 case XDR_ENCODE: 240 case XDR_ENCODE: 266 case XDR_ENCODE: 298 case XDR_ENCODE: 330 case XDR_ENCODE: 361 case XDR_ENCODE: 393 case XDR_ENCODE: 424 case XDR_ENCODE [all...] |
| xdr_array.c | 127 case XDR_ENCODE:
|
| /src/lib/libc/rpc/ |
| xdr_sizeof.c | 101 if (xdrs->x_op != XDR_ENCODE) { 162 x.x_op = XDR_ENCODE;
|
| xdr_reference.c | 97 case XDR_ENCODE:
|
| auth_none.c | 109 (u_int)MAX_MARSHAL_SIZE, XDR_ENCODE);
|
| auth_unix.c | 154 xdrmem_create(&xdrs, mymem, MAX_AUTH_BYTES, XDR_ENCODE); 313 xdrs.x_op = XDR_ENCODE; 363 xdrmem_create(xdrs, au->au_marshed, MAX_AUTH_BYTES, XDR_ENCODE);
|
| clnt_raw.c | 133 xdrmem_create(xdrs, clp->u.mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE); 183 xdrs->x_op = XDR_ENCODE;
|
| xdr_float.c | 122 case XDR_ENCODE: 227 case XDR_ENCODE:
|
| svc_raw.c | 178 xdrs->x_op = XDR_ENCODE;
|
| xdr_rec.c | 352 case XDR_ENCODE: 378 case XDR_ENCODE: 412 case XDR_ENCODE:
|
| rpc_callmsg.c | 77 if (xdrs->x_op == XDR_ENCODE) {
|
| rpc_prot.c | 213 (xdrs->x_op == XDR_ENCODE) &&
|
| rpcb_st_xdr.c | 107 if (xdrs->x_op == XDR_ENCODE) {
|
| clnt_bcast.c | 408 xdrmem_create(xdrs, outbuf, maxbufsize, XDR_ENCODE); 433 xdrmem_create(xdrs, outbuf_pmap, udpbufsz, XDR_ENCODE);
|
| clnt_dg.c | 263 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outbuf, sendsz, XDR_ENCODE); 362 xdrs->x_op = XDR_ENCODE;
|
| clnt_vc.c | 304 XDR_ENCODE); 390 xdrs->x_op = XDR_ENCODE;
|
| svc_dg.c | 251 xdrs->x_op = XDR_ENCODE; 548 XDR_ENCODE);
|
| svc_vc.c | 690 xdrs->x_op = XDR_ENCODE;
|
| /src/tests/lib/libc/rpc/ |
| t_xdr.c | 112 xdrmem_create(&x, newdata, sizeof(newdata), XDR_ENCODE);
|
| /src/usr.sbin/rpcbind/ |
| warmstart.c | 88 xdrstdio_create(&xdrs, fp, XDR_ENCODE);
|
| rpcb_svc_com.c | 458 * Written for XDR_ENCODE direction only. 819 xdrmem_create(&outxdr, outbuf_alloc, sendsz, XDR_ENCODE); 821 xdrmem_create(&outxdr, outbuf, sendsz, XDR_ENCODE);
|
| /src/common/include/rpc/ |
| xdr.h | 75 * Xdr operations. XDR_ENCODE causes the type to be encoded into the 81 XDR_ENCODE=0,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cc | 360 COMPILER_CHECK(__sanitizer_XDR_ENCODE == XDR_ENCODE);
|
| sanitizer_platform_limits_freebsd.cc | 516 COMPILER_CHECK(__sanitizer_XDR_ENCODE == XDR_ENCODE);
|
| /src/usr.sbin/ypbind/ |
| ypbind.c | 1370 xdrmem_create(&xdr, buf, (unsigned)sizeof(buf), XDR_ENCODE); 1463 xdrmem_create(&xdr, buf, (unsigned)sizeof(buf), XDR_ENCODE);
|