OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_geterr
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
clnt.h
137
void (*
cl_geterr
) (CLIENT *, struct rpc_err *);
member in struct:CLIENT::clnt_ops
185
#define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->
cl_geterr
)(rh, errp))
186
#define clnt_geterr(rh,errp) ((*(rh)->cl_ops->
cl_geterr
)(rh, errp))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h
137
void (*
cl_geterr
) (CLIENT *, struct rpc_err *);
member in struct:CLIENT::clnt_ops
185
#define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->
cl_geterr
)(rh, errp))
186
#define clnt_geterr(rh,errp) ((*(rh)->cl_ops->
cl_geterr
)(rh, errp))
Completed in 656 milliseconds