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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 144 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member in struct:CLIENT::clnt_ops
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 144 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member in struct:CLIENT::clnt_ops
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 144 void (*cl_destroy) (CLIENT *); /* destroy this structure */ member in struct:CLIENT::clnt_ops
246 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
247 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))

Completed in 376 milliseconds