Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c398 case P_HASH:
459 case P_HASH:
483 case P_HASH:
600 case P_HASH:
623 case P_HASH:
H A Ddb_ret.c50 case P_HASH:
H A Ddb_conv.c125 case P_HASH:
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c51 pg, PGNO_INVALID, PGNO_INVALID, 0, P_HASH);
H A Dhash_rec.c239 argp->prev_pgno, argp->next_pgno, 0, P_HASH);
738 PGNO_INVALID, PGNO_INVALID, 0, P_HASH);
820 0, P_HASH);
902 argp->next_pgno, 0, P_HASH);
H A Dhash_page.c1085 if ((ret = __ham_new_page(dbp, BUCKET_TO_PAGE(hcp, nbucket), P_HASH,
1102 PGNO_INVALID, 0, P_HASH);
1441 if ((ret = __ham_overflow_page(dbc, P_HASH, &new_pagep)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h153 #define P_HASH 2 /* Hash. */ macro