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

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_rec.c104 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
117 xdrrec_getbytes,
282 if (! xdrrec_getbytes(xdrs, (char *)(void *)&mylong, sizeof(int32_t))) return (FALSE);
319 xdrrec_getbytes(xdrs, addr, len) function

Completed in 111 milliseconds