Searched defs:x_destroy (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c114 x_destroy(XDR *xdrs) function
141 ops.x_destroy = x_destroy;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c99 x_destroy(XDR *xdrs) function
125 ops.x_destroy = x_destroy;
H A Dxdrrdma_sizeof.c189 x_destroy(XDR *xdrs) function
286 ops.x_destroy = x_destroy;
H A Dxdr.h150 void (*x_destroy)(struct XDR *); member in struct:xdr_ops
170 void (*x_destroy)(); /* free privates of this xdr_stream */
260 (*(xdrs)->x_ops->x_destroy)(xdrs)
262 (*(xdrs)->x_ops->x_destroy)(xdrs)
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h112 void (*x_destroy)(); /* free privates of this xdr_stream */ member in struct:__anon2782::xdr_ops
165 (*(xdrs)->x_ops->x_destroy)(xdrs)

Completed in 73 milliseconds