Searched refs:iDepth (Results 1 – 1 of 1) sorted by relevance
57731 int iDepth57739 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 */ local57774 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 …]