Searched refs:__bam_cmp (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 799 if ((*cmpp = __bam_cmp(dbp, 839 if ((pgno = h->next_pgno) == PGNO_INVALID || __bam_cmp(dbp, 856 if ((*cmpp = __bam_cmp(dbp, 888 if ((*cmpp = __bam_cmp(dbp, 921 if ((*cmpp = __bam_cmp(dbp,
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_compare.c | 71 __bam_cmp(dbp, dbt, h, indx, func) in __bam_cmp() function
|
H A D | bt_search.c | 157 __bam_cmp(dbp, key, h, indx, t->bt_compare)) == 0) {
|
H A D | bt_cursor.c | 655 if ((cmp = __bam_cmp(dbp, data, cp->page, cp->indx + O_INDX, 897 if (__bam_cmp(dbp, data, 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_ext.h | 4 int __bam_cmp __P((DB *, const DBT *,
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 240 if (dbp->dup_compare != NULL && __bam_cmp(dbp,
|