OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_control
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h
142
bool_t (*
cl_control
) (CLIENT *, int, char *);
member in struct:CLIENT::clnt_ops
206
#define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->
cl_control
)(cl,rq,in))
207
#define clnt_control(cl,rq,in) ((*(cl)->cl_ops->
cl_control
)(cl,rq,in))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h
142
bool_t (*
cl_control
) (CLIENT *, int, char *);
member in struct:CLIENT::clnt_ops
206
#define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->
cl_control
)(cl,rq,in))
207
#define clnt_control(cl,rq,in) ((*(cl)->cl_ops->
cl_control
)(cl,rq,in))
Completed in 41 milliseconds