Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c94 u32 iChildPg; /* Child node (or 0 if this is a leaf) */ member
449 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]); in statDecodePage()
661 p[1].iPgno = p->aCell[p->iCell].iChildPg; in statNext()