Searched refs:TOMBSTONE_KEYSIZE (Results 1 – 1 of 1) sorted by relevance
253376 #define TOMBSTONE_KEYSIZE(pPg) (pPg->p[0]==4 ? 4 : 8) macro253379 ((pPg->nn > 16) ? ((pPg->nn-8) / TOMBSTONE_KEYSIZE(pPg)) : 1)253391 const int szKey = TOMBSTONE_KEYSIZE(pHash);257930 const int szKey = TOMBSTONE_KEYSIZE(pPg);258008 int szKeyIn = TOMBSTONE_KEYSIZE(pData);258185 szKey = pPg ? TOMBSTONE_KEYSIZE(pPg) : 4;