Searched refs:xdrrec_getbytes (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | xdr_rec.c | 63 static bool_t xdrrec_getbytes(XDR *, caddr_t, u_int); 73 xdrrec_getbytes, 215 if (! xdrrec_getbytes(xdrs, (caddr_t)&mylong, in xdrrec_getlong() 245 xdrrec_getbytes(XDR *xdrs, caddr_t addr, u_int len) in xdrrec_getbytes() function
|
| /src/lib/libc/xdr/ |
| H A D | xdr_rec.c | 72 static bool_t xdrrec_getbytes(XDR *, char *, u_int); 83 xdrrec_getbytes, 243 if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong, in xdrrec_getlong() 274 xdrrec_getbytes(XDR *xdrs, char *addr, u_int len) in xdrrec_getbytes() function
|