Searched refs:szKey (Results 1 – 1 of 1) sorted by relevance
254127 const int szKey = TOMBSTONE_KEYSIZE(pHash); local254134 }else if( szKey==4 ){258673 const int szKey = TOMBSTONE_KEYSIZE(pPg); local258679 if( szKey==4 && iRowid>0xFFFFFFFF ) return 2;258690 if( szKey==4 ){258726 int szKey, /* 4 or 8, the keysize */ argument258735 apOut[ii]->p[0] = szKey;258805 int szKey, /* 4 or 8, the keysize */ argument258810 int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);258862 szPage = 8 + nSlot*szKey;[all …]