Home
last modified time | relevance | path

Searched refs:__bam_cmp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c799 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 Dbt_compare.c71 __bam_cmp(dbp, dbt, h, indx, func) in __bam_cmp() function
H A Dbt_search.c157 __bam_cmp(dbp, key, h, indx, t->bt_compare)) == 0) {
H A Dbt_cursor.c655 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 Dbtree_ext.h4 int __bam_cmp __P((DB *, const DBT *,
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c240 if (dbp->dup_compare != NULL && __bam_cmp(dbp,