Searched refs:set_h_compare (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_method.c47 dbp->set_h_compare = __ham_set_h_compare;
137 DB_ILLEGAL_AFTER_OPEN(dbp, "DB->set_h_compare");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp489 DB_SET_CALLBACK(set_h_compare, h_compare,
566 DB_METHOD(set_h_compare, (h_compare_fcn_type func),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2069 db.set_h_compare(hashComparator);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h250 virtual int set_h_compare(h_compare_fcn_type); /*deprecated*/
251 virtual int set_h_compare(int (*)(Db *, const Dbt *, const Dbt *));
H A Ddb.h1471 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h251 virtual int set_h_compare(h_compare_fcn_type); /*deprecated*/
252 virtual int set_h_compare(int (*)(Db *, const Dbt *, const Dbt *));
H A Ddb.h1459 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h251 virtual int set_h_compare(h_compare_fcn_type); /*deprecated*/
252 virtual int set_h_compare(int (*)(Db *, const Dbt *, const Dbt *));
H A Ddb.h1498 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java436 public void set_h_compare(java.util.Comparator h_compare_fcn) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_h_compare(swigCPtr, this, (h_compare_handler = h_compare_fcn) != null ); } method in class:Db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i421 db_ret_t set_h_compare(
423 return self->set_h_compare(self, h_compare_fcn);
H A Ddb_java_wrap.c2681 return self->set_h_compare(self, h_compare_fcn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1461 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1450 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1498 int (*set_h_compare) member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3269 dbp->set_h_compare =
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c1757 ret = (*dbp)->set_h_compare(*dbp, tcl_bt_compare);
1759 "set_h_compare");

Completed in 346 milliseconds