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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree_util.tcl35 set iDepth [rtree_depth $db $zTab]
41 incr iDepth -1
44 return $iDepth
108 proc rtree_node_check {db zTab iNode iDepth} {
127 if {$iDepth > 0} {
128 set d [expr $iDepth-1]
140 if {$iDepth==0} {
176 proc rtree_nodetreedump {db zTab zIndent iDepth iNode} {
180 if {$iDepth>0} {
183 append ret [rtree_nodetreedump $db $zTab "$zIndent " [expr $iDepth
[all...]
H A Drtree.c149 int iDepth; /* Current depth of the r-tree structure */ member in struct:Rtree
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;
1302 rc = descendToCell(pRtree, pCsr, pRtree->iDepth, &isEof);
1566 for(ii=0; rc==SQLITE_OK && ii<(pRtree->iDepth-iHeight); ii++){
1581 if( ii==(pRtree->iDepth-1) ){
1610 if( ii==(pRtree->iDepth-1) ){
2202 pRtree->iDepth
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c297 ** 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 */ local
347 for(iDepth=1; pList; iDepth++){
352 p->pRight = rowSetNDeepTree(&pList, iDepth);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36224 int iDepth; /* Depth of the tree so far */ local
124417 int iDepth; /* Current depth of the r-tree structure */ member in struct:Rtree
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39959 int iDepth; /* Depth of the tree so far */ local
144766 int iDepth; /* Current depth of the r-tree structure */ member in struct:Rtree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39979 int iDepth; /* Depth of the tree so far */ local
144798 int iDepth; /* Current depth of the r-tree structure */ member in struct:Rtree
[all...]

Completed in 1287 milliseconds