OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_destroy
(Results
1 - 1
of
1
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h
144
void (*
cl_destroy
) (CLIENT *); /* destroy this structure */
member in struct:CLIENT::clnt_ops
246
#define CLNT_DESTROY(rh) ((*(rh)->cl_ops->
cl_destroy
)(rh))
247
#define clnt_destroy(rh) ((*(rh)->cl_ops->
cl_destroy
)(rh))
Completed in 100 milliseconds