Searched refs:P_HASH (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 398 case P_HASH: 459 case P_HASH: 483 case P_HASH: 600 case P_HASH: 623 case P_HASH:
|
H A D | db_ret.c | 50 case P_HASH:
|
H A D | db_conv.c | 125 case P_HASH:
|
/titanic_50/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_conv.c | 53 pg, PGNO_INVALID, PGNO_INVALID, 0, P_HASH);
|
H A D | hash_rec.c | 239 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 D | hash_page.c | 1085 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)
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 153 #define P_HASH 2 /* Hash. */ macro
|