Searched refs:rtreeInsertCell (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 220855 static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int); 221129 rc = rtreeInsertCell(pRtree, pLeft->pParent, &leftbbox, iHeight+1); 221146 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ 221337 static int rtreeInsertCell( function 221383 rc = rtreeInsertCell(pRtree, pInsert, &cell, (int)pNode->iNode); 221696 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0); 224476 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0);
|