Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c57731 int iDepth
57739 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/
57743 pLeft = rowSetNDeepTree(ppList, iDepth-1);
57752 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
57766 int iDepth; /* Depth of the tree so far */ local
57774 for(iDepth=1; pList; iDepth++){
57779 p->pRight = rowSetNDeepTree(&pList, iDepth);
208204 u16 iDepth; /* Nesting depth */
209207 u32 iDepth /* Current nesting depth */
209212 if( iDepth>JSON_MAX_DEPTH ) return i+1;
[all …]