Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59308 int iDepth argument
59316 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/
59320 pLeft = rowSetNDeepTree(ppList, iDepth-1);
59329 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
59343 int iDepth; /* Depth of the tree so far */ local
59351 for(iDepth=1; pList; iDepth++){
59356 p->pRight = rowSetNDeepTree(&pList, iDepth);
213091 u16 iDepth; /* Nesting depth */ member
214105 u32 iDepth /* Current nesting depth */ argument
214110 if( iDepth>JSON_MAX_DEPTH ) return i+1;
[all …]