Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_raw.c75 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
237 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_raw_freeres() function
285 ops.cl_freeres = clnt_raw_freeres; in clnt_raw_ops()