HomeSort by relevance Sort by last modified time
    Searched defs:iDepth (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 297 ** tree with depth of iDepth. A depth of 1 means the tree contains a single
310 int iDepth
317 if( iDepth==1 ){
323 pLeft = rowSetNDeepTree(ppList, iDepth-1);
330 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
339 int iDepth; /* Depth of the tree so far */
347 for(iDepth=1; pList; iDepth++){
352 p->pRight = rowSetNDeepTree(&pList, iDepth);
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 149 int iDepth; /* Current depth of the r-tree structure */
511 /* If the root node was just loaded, set pRtree->iDepth to the height
518 pRtree->iDepth = readInt16(pNode->zData);
519 if( pRtree->iDepth>RTREE_MAX_DEPTH ){
644 pRtree->iDepth = -1;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 713 milliseconds