Searched refs:szKey (Results 1 – 1 of 1) sorted by relevance
253391 const int szKey = TOMBSTONE_KEYSIZE(pHash); local253398 }else if( szKey==4 ){257930 const int szKey = TOMBSTONE_KEYSIZE(pPg); local257936 if( szKey==4 && iRowid>0xFFFFFFFF ) return 2;257947 if( szKey==4 ){257983 int szKey, /* 4 or 8, the keysize */ argument257992 apOut[ii]->p[0] = szKey;258062 int szKey, /* 4 or 8, the keysize */ argument258067 int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);258116 szPage = 8 + nSlot*szKey;[all …]