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

  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /hardware/msm7k/librpc/rpc/
clnt.h 210 extern void clnt_destroy( CLIENT *xdr );
  /hardware/msm7k/librpc/
clnt.c 595 void clnt_destroy(CLIENT *client) { function

Completed in 2104 milliseconds