Home
last modified time | relevance | path

Searched refs:szKey (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c253391 const int szKey = TOMBSTONE_KEYSIZE(pHash); local
253398 }else if( szKey==4 ){
257930 const int szKey = TOMBSTONE_KEYSIZE(pPg); local
257936 if( szKey==4 && iRowid>0xFFFFFFFF ) return 2;
257947 if( szKey==4 ){
257983 int szKey, /* 4 or 8, the keysize */ argument
257992 apOut[ii]->p[0] = szKey;
258062 int szKey, /* 4 or 8, the keysize */ argument
258067 int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);
258116 szPage = 8 + nSlot*szKey;
[all …]