Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c8709 static int anotherValidCursor(BtCursor *pCur){ in anotherValidCursor() function
8752 if( pPage->nOverflow && (rc = anotherValidCursor(pCur))==SQLITE_OK ){ in balance()