Searched refs:BTCURSOR_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance
497 #define BTCURSOR_MAX_DEPTH 20 macro547 u16 aiIdx[BTCURSOR_MAX_DEPTH-1]; /* Current index in apPage[i] */550 MemPage *apPage[BTCURSOR_MAX_DEPTH-1]; /* Stack of parents of current page */
5256 assert( pCur->iPage<BTCURSOR_MAX_DEPTH ); in moveToChild()5258 if( pCur->iPage>=(BTCURSOR_MAX_DEPTH-1) ){ in moveToChild()