HomeSort by relevance Sort by last modified time
    Searched full:clnt_freeres (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres/
assertions.xml 3 Basic call of RPC clnt_freeres() macro
rpc_clnt_freeres.c 78 test_status = !clnt_freeres(clnt, (xdrproc_t) xdr_int, (char *)&varSnd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 191 * CLNT_FREERES(rh, xres, resp);
196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) macro

Completed in 84 milliseconds