Searched refs:clnt_dg_freeres (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Dclnt_dg.c81 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
615 clnt_dg_freeres(cl, xdr_res, res_ptr) function
838 ops.cl_freeres = clnt_dg_freeres;
/freebsd-10.3-release/sys/rpc/
H A Dclnt_dg.c78 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
89 .cl_freeres = clnt_dg_freeres,
796 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) function

Completed in 103 milliseconds