Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79998 u32 nLeaf; /* Initial number of leaf cells on trunk page */ local
80010 nLeaf = get4byte(&pTrunk->aData[4]);
80012 if( nLeaf > (u32)pBt->usableSize/4 - 2 ){
80016 if( nLeaf < (u32)pBt->usableSize/4 - 8 ){
80038 put4byte(&pTrunk->aData[4], nLeaf+1);
80039 put4byte(&pTrunk->aData[8+nLeaf*4], iPage);
208313 int nLeaf = 0; local
208315 rc = sqlite3Fts3ReadBlock(p, iLeafEnd, &aLeaf, &nLeaf, 0);
208318 for(rc = nodeReaderInit(&reader, aLeaf, nLeaf);
221936 int nLeaf; /* Number of leaf cells in table */ member
[all …]