Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dclnt.h144 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))