Home
last modified time | relevance | path

Searched refs:CLNT_DESTROY (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Drpcb_clnt.c550 CLNT_DESTROY(client);
569 CLNT_DESTROY(client);
613 CLNT_DESTROY(client);
837 CLNT_DESTROY(client);
908 CLNT_DESTROY(client);
922 CLNT_DESTROY(client);
1015 CLNT_DESTROY(client);
1097 CLNT_DESTROY(client);
1160 CLNT_DESTROY(client);
1195 CLNT_DESTROY(client);
[all …]
H A Dclnt_simple.c79 CLNT_DESTROY(rcp->client); in rpc_call_destroy()
137 CLNT_DESTROY(rcp->client);
H A Dpmap_getmaps.c87 CLNT_DESTROY(client);
H A Dpmap_getport.c104 CLNT_DESTROY(client);
H A Dpmap_rmt.c105 CLNT_DESTROY(client);
H A Dclnt_generic.c328 CLNT_DESTROY(cl); in clnt_tp_create_timed()
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dclnt.h275 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro