Searched refs:H_KEYDATA (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c131 case H_KEYDATA:
H A Ddb_pr.c514 case H_KEYDATA:
627 type != H_KEYDATA &&
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h254 #define H_KEYDATA 1 /* Key/data item. */ macro
271 * The first and second types are H_KEYDATA and H_DUPLICATE, represented
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c127 * of H_KEYDATA.
143 H_OFFPAGE : H_KEYDATA);
146 H_OFFPAGE : H_KEYDATA);
443 HPAGE_PTYPE(hk) = H_KEYDATA;
H A Dhash_page.c520 * an H_KEYDATA around it.
925 ret = __ham_add_el(dbc, &tmp, dbt, H_KEYDATA);
928 HPAGE_PTYPE(hk) : H_KEYDATA;
1320 key_type = H_KEYDATA;
1386 * another. Works for all types of hash entries (H_OFFPAGE, H_KEYDATA,
H A Dhash_dup.c303 case H_KEYDATA:
H A Dhash.c750 ret = __ham_add_el(dbc, key, myval, H_KEYDATA);
1168 case H_KEYDATA:

Completed in 27 milliseconds