Searched refs:h_compare (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_method.c47 hashp->h_compare = NULL;
164 *funcp = t->h_compare;
188 t->h_compare = func;
249 d->h_compare = s->h_compare;
H A Dhash_page.c673 t->h_compare, &res)) != 0)
678 if (t->h_compare != NULL) {
681 if (t->h_compare(
776 t->h_compare, &res)) != 0)
784 itemlen, t->h_compare, &res)) != 0)
799 off_len, t->h_compare, &res)) != 0)
807 } else if (t->h_compare != NULL) {
810 res = t->h_compare(dbp, key, &tmp_dbt);
871 if (t->h_compare != NULL)
889 &prev_dbt, &curr_dbt, t->h_compare,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_method.c47 hashp->h_compare = NULL;
164 *funcp = t->h_compare;
188 t->h_compare = func;
249 d->h_compare = s->h_compare;
H A Dhash_page.c673 t->h_compare, &res)) != 0)
678 if (t->h_compare != NULL) {
681 if (t->h_compare(
776 t->h_compare, &res)) != 0)
784 itemlen, t->h_compare, &res)) != 0)
799 off_len, t->h_compare, &res)) != 0)
807 } else if (t->h_compare != NULL) {
810 res = t->h_compare(dbp, key, &tmp_dbt);
871 if (t->h_compare != NULL)
889 &prev_dbt, &curr_dbt, t->h_compare,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_method.c47 hashp->h_compare = NULL;
164 *funcp = t->h_compare;
188 t->h_compare = func;
249 d->h_compare = s->h_compare;
H A Dhash_page.c673 t->h_compare, &res)) != 0)
678 if (t->h_compare != NULL) {
681 if (t->h_compare(
776 t->h_compare, &res)) != 0)
784 itemlen, t->h_compare, &res)) != 0)
799 off_len, t->h_compare, &res)) != 0)
807 } else if (t->h_compare != NULL) {
810 res = t->h_compare(dbp, key, &tmp_dbt);
871 if (t->h_compare != NULL)
889 &prev_dbt, &curr_dbt, t->h_compare,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dhash.h58 int (*h_compare) __P((DB *, const DBT *, const DBT *)); member in struct:hash_t
H A Ddb_am.h226 ((HASH *)(dbp)->h_internal)->h_compare != NULL
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dhash.h58 int (*h_compare) __P((DB *, const DBT *, const DBT *)); member in struct:hash_t
H A Ddb_am.h226 ((HASH *)(dbp)->h_internal)->h_compare != NULL
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dhash.h58 int (*h_compare) __P((DB *, const DBT *, const DBT *)); member in struct:hash_t
H A Ddb_am.h226 ((HASH *)(dbp)->h_internal)->h_compare != NULL
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/cxx/
H A Dcxx_db.cpp569 DB_CALLBACK_C_INTERCEPT(h_compare,
574 DB_GET_CALLBACK(get_h_compare, h_compare,
577 DB_SET_CALLBACK(set_h_compare, h_compare,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/cxx/
H A Dcxx_db.cpp569 DB_CALLBACK_C_INTERCEPT(h_compare,
574 DB_GET_CALLBACK(get_h_compare, h_compare,
577 DB_SET_CALLBACK(set_h_compare, h_compare,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/cxx/
H A Dcxx_db.cpp569 DB_CALLBACK_C_INTERCEPT(h_compare,
574 DB_GET_CALLBACK(get_h_compare, h_compare,
577 DB_SET_CALLBACK(set_h_compare, h_compare,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/tcl/
H A Dtcl_db_pkg.c3268 int (*h_compare) __P((DB *, const DBT *, const DBT *));
3283 h_compare = NULL;
3366 h_compare = tcl_bt_compare;
3559 if (h_compare != NULL &&
3560 (ret = dbp->set_h_compare(dbp, h_compare)) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/tcl/
H A Dtcl_db_pkg.c3268 int (*h_compare) __P((DB *, const DBT *, const DBT *));
3283 h_compare = NULL;
3366 h_compare = tcl_bt_compare;
3559 if (h_compare != NULL &&
3560 (ret = dbp->set_h_compare(dbp, h_compare)) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/tcl/
H A Dtcl_db_pkg.c3268 int (*h_compare) __P((DB *, const DBT *, const DBT *));
3283 h_compare = NULL;
3366 h_compare = tcl_bt_compare;
3559 if (h_compare != NULL &&
3560 (ret = dbp->set_h_compare(dbp, h_compare)) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/libdb_java/
H A Djava_callbacks.i928 java.util.Comparator, h_compare)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/libdb_java/
H A Djava_callbacks.i928 java.util.Comparator, h_compare)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/libdb_java/
H A Djava_callbacks.i928 java.util.Comparator, h_compare)

Completed in 211 milliseconds