HomeSort by: relevance | last modified time | path
    Searched defs:clnt_raw_freeres (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
clnt_raw.c 91 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, caddr_t);
260 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) function in typeref:typename:bool_t
308 ops.cl_freeres = clnt_raw_freeres;

Completed in 11 milliseconds