Searched refs:bt_compare_fcn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java420 public void set_bt_compare(java.util.Comparator bt_compare_fcn) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_bt_compare(swigCPtr, this, (bt_compare_handler = bt_compare_fcn) != null ); } argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_callbacks.i652 JAVA_CALLBACK(int (*bt_compare_fcn)(DB *, const DBT *, const DBT *),
H A Ddb.i372 int (*bt_compare_fcn)(DB *, const DBT *, const DBT *)) {
373 return self->set_bt_compare(self, bt_compare_fcn);
H A Ddb_java_wrap.c2654 SWIGINTERN db_ret_t Db_set_bt_compare(struct Db *self,int (*bt_compare_fcn)(DB *,DBT const *,DBT const *)){
2655 return self->set_bt_compare(self, bt_compare_fcn);

Completed in 121 milliseconds