Home
last modified time | relevance | path

Searched refs:x_destroy (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/xdr/
Dxdr_sizeof.c128 x_destroy (XDR * xdrs) in x_destroy() function
167 ops.x_destroy = x_destroy; in xdr_sizeof()
/picolibc-latest/newlib/libc/include/rpc/
Dxdr.h135 void (*x_destroy) (struct __rpc_xdr *); member
217 if ((xdrs)->x_ops->x_destroy) \
218 (*(xdrs)->x_ops->x_destroy)(xdrs); \
222 if ((xdrs)->x_ops->x_destroy) \
223 (*(xdrs)->x_ops->x_destroy)(xdrs); \