Searched defs:ncache (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dpwcache.c50 static struct ncache { struct
85 static struct ncache { struct
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Ddb_codegen.h40 u_int32_t ncache; /* Number of caches */ member in struct:__env_obj
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_method.c113 u_int ncache; local
H A Dmp_mvcc.c164 u_int32_t magic, nbucket, ncache, pagesize; local
401 u_int32_t listsize, magic, nbucket, ncache, ntrunc, nfree, pagesize; local
H A Dmp_resize.c478 u_int32_t ncache; local
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_open.c97 pgno_t ncache; local
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_seq.c76 int cmdindex, ncache, result, ret; local
H A Dtcl_db.c184 int cmdindex, intval, ncache, result, ret; local
H A Dtcl_env.c243 int cmdindex, i, intvalue, listobjc, ncache, result, ret; local
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java426 public void set_cachesize(long bytes, int ncache) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_cachesize(swigCPtr, this, bytes, ncache); } argument
H A DDbEnv.java321 public void set_cachesize(long bytes, int ncache) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_cachesize(swigCPtr, this, bytes, ncache); } argument
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp36 __env_set_cachesize_proc( u_int dbenvcl_id, u_int32_t gbytes, u_int32_t bytes, u_int32_t ncache, __env_set_cachesize_reply *replyp) argument
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Ddb_java_wrap.c2663 SWIGINTERN db_ret_t Db_set_cachesize(struct Db *self,jlong bytes,int ncache){ argument
2868 SWIGINTERN db_ret_t DbEnv_set_cachesize(struct DbEnv *self,jlong bytes,int ncache){ argument

Completed in 445 milliseconds