Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c254127 const int szKey = TOMBSTONE_KEYSIZE(pHash); local
254134 }else if( szKey==4 ){
258673 const int szKey = TOMBSTONE_KEYSIZE(pPg); local
258679 if( szKey==4 && iRowid>0xFFFFFFFF ) return 2;
258690 if( szKey==4 ){
258726 int szKey, /* 4 or 8, the keysize */ argument
258735 apOut[ii]->p[0] = szKey;
258805 int szKey, /* 4 or 8, the keysize */ argument
258810 int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);
258862 szPage = 8 + nSlot*szKey;
[all …]