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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_dg.c82 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
617 clnt_dg_freeres(cl, xdr_res, res_ptr) function
840 ops.cl_freeres = clnt_dg_freeres;
/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.c79 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
90 .cl_freeres = clnt_dg_freeres,
799 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) function

Completed in 341 milliseconds