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

  /src/lib/libc/rpc/
clnt_dg.c 83 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, caddr_t);
519 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) function in typeref:typename:bool_t
744 ops.cl_freeres = clnt_dg_freeres;

Completed in 10 milliseconds