Searched refs:bt_compare (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_open.c | 90 t->bt_compare = __bam_defcmp; 120 if ((t->bt_compare = dbinfo->bt_compare) == NULL) { 123 t->bt_compare = __bam_defcmp;
|
H A D | bt_search.c | 157 __bam_cmp(dbp, key, h, indx, t->bt_compare)) == 0) {
|
H A D | bt_cursor.c | 1475 __bam_cmp(dbp, key, h, indx, t->bt_compare)) < 0) 1498 __bam_cmp(dbp, key, h, indx, t->bt_compare)) > 0)
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | btree.h | 250 int (*bt_compare) /* Comparison function. */ member
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | Makefile | 40 OBJS= bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_open.o \
|
H A D | db.h | 317 int (*bt_compare) /* Comparison function. */ member
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 241 (u_long)t->bt_compare, (u_long)t->bt_prefix);
|