Searched refs:HOFFDUP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h406 * (page + offset) pointer to an HKEYDATA, HOFFPAGE or HOFFDUP structure, as
501 * The fourth type is H_OFFDUP represented by the HOFFDUP structure:
507 } HOFFDUP; typedef in typeref:struct:_hoffdup
508 #define HOFFDUP_PGNO(p) (((u_int8_t *)p) + SSZ(HOFFDUP, pgno))
511 * Page space required to add a new HOFFDUP item to the page, with and
514 #define HOFFDUP_SIZE (sizeof(HOFFDUP))
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_dup.c674 HOFFDUP od;
H A Dhash_verify.c268 HOFFDUP hod;

Completed in 121 milliseconds