Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash.c1241 __ham_c_update(hcp, chg_pgno, len, add, is_dup) in __ham_c_update() argument
1245 int add, is_dup;
1256 if (!is_dup && add)
1267 if (!is_dup || hcp->dpgno == PGNO_INVALID)
1284 if (!is_dup && lcp->pgno != chg_pgno)
1287 if (is_dup) {
1295 if (is_dup) {
1307 if (!is_dup && lcp->bndx > hcp->bndx)
1309 else if (!is_dup && lcp->bndx == hcp->bndx)
1311 else if (is_dup && lcp->bndx == hcp->bndx) {