Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h148 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member
250 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
251 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))

Completed in 3 milliseconds