Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c7861 int iParentIdx, /* Index of "the page" in pParent */ in balance_nonroot() argument
7905 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7928 if( iParentIdx==0 ){ in balance_nonroot()
7930 }else if( iParentIdx==i ){ in balance_nonroot()
7933 nxDiv = iParentIdx-1; in balance_nonroot()
8283 if( sqlite3PagerPageRefcount(pNew->pDbPage)!=1+(i==(iParentIdx-nxDiv)) in balance_nonroot()