Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h11 #define DB_ham_insdel (DB_ham_BEGIN + 1)
27 #define DB_ham_newpage (DB_ham_BEGIN + 2)
44 #define DB_ham_splitmeta (DB_ham_BEGIN + 3)
58 #define DB_ham_splitdata (DB_ham_BEGIN + 4)
72 #define DB_ham_replace (DB_ham_BEGIN + 5)
89 #define DB_ham_newpgno (DB_ham_BEGIN + 6)
107 #define DB_ham_ovfl (DB_ham_BEGIN + 7)
122 #define DB_ham_copypage (DB_ham_BEGIN + 8)
H A Ddb_dispatch.h66 #define DB_ham_BEGIN 20 macro