Searched refs:H_OFFPAGE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_page.c461 * We're overloading the meaning of the H_OFFPAGE type here, which is a little
463 * having only the DBT, so we'll pass type H_OFFPAGE to mean "copy the whole
466 * the overloaded H_OFFPAGE key will be incorrect.
489 ksize = (key_type == H_OFFPAGE) ?
491 dsize = (data_type == H_OFFPAGE) ?
576 if (key_type == H_OFFPAGE)
581 if (data_type == H_OFFPAGE)
602 * a key DBT that contains off-page data. A key that is not of type H_OFFPAGE
670 case H_OFFPAGE:
758 if (*entry == H_OFFPAGE) {
[all...]
H A Dhash_dup.c127 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) ||
293 case H_OFFPAGE:
473 if (HPAGE_PTYPE(hk) == H_OFFDUP || HPAGE_PTYPE(hk) == H_OFFPAGE)
556 H_PAIRKEY(dbp, hcp->page, hcp->indx)) == H_OFFPAGE) {
560 key_type = H_OFFPAGE;
574 if (HPAGE_PTYPE(hk) == H_OFFPAGE) {
H A Dhash_stat.c261 case H_OFFPAGE:
469 case H_OFFPAGE:
H A Dhash.c280 case H_OFFPAGE:
634 if (HPAGE_PTYPE(hk) == H_OFFPAGE) {
888 case H_OFFPAGE:
1396 if (((HKEYDATA *)hk)->type == H_OFFPAGE) {
1699 if (HPAGE_PTYPE(hk) == H_OFFPAGE)
H A Dhash_verify.c334 case H_OFFPAGE:
861 case H_OFFPAGE:
H A Dhash_rec.c122 * We do this by calling __insertpair with the type H_OFFPAGE instead
133 H_OFFPAGE : H_KEYDATA;
137 dtype = H_OFFPAGE;
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_ret.c44 if (HPAGE_PTYPE(hk) == H_OFFPAGE) {
H A Ddb_reclaim.c185 case H_OFFPAGE:
H A Ddb_overflow.c494 * NOTE: For now this function only works for H_OFFPAGE type items. It would
525 DB_ASSERT(dbp->env, HPAGE_PTYPE(dbt->data) == H_OFFPAGE);
526 DB_ASSERT(dbp->env, HPAGE_PTYPE(match->data) == H_OFFPAGE);
H A Ddb_conv.c506 case H_OFFPAGE:
H A Ddb_pr.c664 case H_OFFPAGE:
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h400 #define H_OFFPAGE 3 /* Overflow key/data item. */ macro
481 * The third type is the H_OFFPAGE, represented by the HOFFPAGE structure:

Completed in 188 milliseconds