Home
last modified time | relevance | path

Searched refs:cl_call (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dclnt.h125 enum clnt_stat (*cl_call)(struct __rpc_client *, member
200 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
203 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_raw.c296 if (ops.cl_call == NULL) { in clnt_raw_ops()
297 ops.cl_call = clnt_raw_call; in clnt_raw_ops()
H A Dclnt_dg.c839 if (ops.cl_call == NULL) { in clnt_dg_ops()
840 ops.cl_call = clnt_dg_call; in clnt_dg_ops()
H A Dclnt_vc.c1073 if (ops.cl_call == NULL) { in clnt_vc_ops()
1074 ops.cl_call = clnt_vc_call; in clnt_vc_ops()