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

/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_array.c84 * elsize is the size (in bytes) of each element, and elproc is the
88 xdr_array(xdrs, addrp, sizep, maxsize, elsize, elproc)
94 xdrproc_t elproc; /* xdr routine to handle each element */
141 stat = (*elproc)(xdrs, target, 0);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdr_array.c83 * elsize is the size (in bytes) of each element, and elproc is the
87 sec_xdr_array(XDR *xdrs, uint8_t **addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument
150 stat = (*elproc)(xdrs, target, 0);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdr_array.c83 * elsize is the size (in bytes) of each element, and elproc is the
87 sec_xdr_array(XDR *xdrs, uint8_t **addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument
150 stat = (*elproc)(xdrs, target, 0);

Completed in 104 milliseconds