OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_destroy
(Results
1 - 1
of
1
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h
131
void (*
x_destroy
) (XDR *__xdrs);
member in struct:XDR::xdr_ops
214
if ((xdrs)->x_ops->
x_destroy
) \
215
(*(xdrs)->x_ops->
x_destroy
)(xdrs); \
219
if ((xdrs)->x_ops->
x_destroy
) \
220
(*(xdrs)->x_ops->
x_destroy
)(xdrs); \
Completed in 190 milliseconds