Searched refs:__bam_defcmp (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_compare.c | 135 dbt, bo->pgno, bo->tlen, func == __bam_defcmp ? NULL : func, &ret); 146 __bam_defcmp(a, b) in __bam_defcmp() function
|
H A D | bt_open.c | 90 t->bt_compare = __bam_defcmp; 123 t->bt_compare = __bam_defcmp;
|
H A D | bt_cursor.c | 657 __bam_defcmp : dbp->dup_compare)) == 0) {
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 6 int __bam_defcmp __P((const DBT *, const DBT *));
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db.c | 225 __bam_defcmp : dbinfo->dup_compare;
|
H A D | db_dup.c | 800 dbt, h, *indxp, __bam_defcmp)) != 0)
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 638 func = __bam_defcmp;
|
H A D | hash.c | 1011 __bam_defcmp(&tmp_val, val) :
|