HomeSort by relevance Sort by last modified time
    Searched refs:x_destroy (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 129 void (*x_destroy) (XDR *__xdrs); member in struct:XDR::xdr_ops
212 if ((xdrs)->x_ops->x_destroy) \
213 (*(xdrs)->x_ops->x_destroy)(xdrs); \
217 if ((xdrs)->x_ops->x_destroy) \
218 (*(xdrs)->x_ops->x_destroy)(xdrs); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
xdr.h 129 void (*x_destroy) (XDR *__xdrs); member in struct:XDR::xdr_ops
212 if ((xdrs)->x_ops->x_destroy) \
213 (*(xdrs)->x_ops->x_destroy)(xdrs); \
217 if ((xdrs)->x_ops->x_destroy) \
218 (*(xdrs)->x_ops->x_destroy)(xdrs); \

Completed in 42 milliseconds