Searched refs:rtreeInsertCell (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 220477 static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int); 220751 rc = rtreeInsertCell(pRtree, pLeft->pParent, &leftbbox, iHeight+1); 220768 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ 220959 static int rtreeInsertCell( function 221005 rc = rtreeInsertCell(pRtree, pInsert, &cell, (int)pNode->iNode); 221318 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0); 224093 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0);
|