HomeSort by relevance Sort by last modified time
    Searched defs:clnt_destroy (Results 1 - 2 of 2) sorted by null

  /hardware/msm7k/librpc/
clnt.c 595 void clnt_destroy(CLIENT *client) { function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 224 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */
225 #define CLSET_FD_NCLOSE 9 /* Do not close fd while clnt_destroy*/
243 * CLNT_DESTROY(rh);
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) macro

Completed in 96 milliseconds