Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_vc.c91 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
464 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() function
762 ops.cl_freeres = clnt_vc_freeres; in clnt_vc_ops()
/freebsd/sys/rpc/
H A Dclnt_vc.c91 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
104 .cl_freeres = clnt_vc_freeres,
612 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() function