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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_sizeof.c153 x_destroy(xdrs) function
190 ops.x_destroy = x_destroy;
H A Dxdr.h146 void (*x_destroy)(struct __rpc_xdr *); member in struct:__rpc_xdr::xdr_ops
284 if ((xdrs)->x_ops->x_destroy) \
285 (*(xdrs)->x_ops->x_destroy)(xdrs)
287 if ((xdrs)->x_ops->x_destroy) \
288 (*(xdrs)->x_ops->x_destroy)(xdrs)
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dsec_xdr_sizeof.c178 ops.x_destroy = sec_x_destroy;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dsec_xdr_sizeof.c178 ops.x_destroy = sec_x_destroy;

Completed in 287 milliseconds