Searched refs:rtreeInsertCell (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1694 static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int);
2239 rc = rtreeInsertCell(pRtree, pLeft->pParent, &leftbbox, iHeight+1);
2255 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
2534 rc = rtreeInsertCell(pRtree, pInsert, p, iHeight);
2550 static int rtreeInsertCell( function
2605 rc = rtreeInsertCell(pRtree, pInsert, &cell, pNode->iNode);
2780 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126997 static int rtreeInsertCell( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c132668 static int rtreeInsertCell( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132714 static int rtreeInsertCell( function
[all...]

Completed in 436 milliseconds