Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c397 int isLeaf; in statDecodePage() local
405 isLeaf = 1; in statDecodePage()
408 isLeaf = 0; in statDecodePage()
430 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]); in statDecodePage()
448 if( !isLeaf ){ in statDecodePage()