Searched refs:nodeInsertCell (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/sqlite/src/ext/rtree/ |
| D | rtree.c | 586 nodeInsertCell( in nodeInsertCell() function 2078 nodeInsertCell(pRtree, pTarget, pCell); in splitNodeStartree() 2115 nodeInsertCell(pRtree, pLeft, &aCell[iLeftSeed]); in splitNodeGuttman() 2116 nodeInsertCell(pRtree, pRight, &aCell[iRightSeed]); in splitNodeGuttman() 2130 nodeInsertCell(pRtree, pRight, pNext); in splitNodeGuttman() 2133 nodeInsertCell(pRtree, pLeft, pNext); in splitNodeGuttman() 2513 nodeInsertCell(pRtree, pNode, p); in Reinsert() 2565 if( nodeInsertCell(pRtree, pNode, pCell) ){ in rtreeInsertCell()
|
| /external/chromium_org/third_party/sqlite/amalgamation/ |
| D | sqlite3.c | 124843 nodeInsertCell( 126335 nodeInsertCell(pRtree, pTarget, pCell); 126372 nodeInsertCell(pRtree, pLeft, &aCell[iLeftSeed]); 126373 nodeInsertCell(pRtree, pRight, &aCell[iRightSeed]); 126387 nodeInsertCell(pRtree, pRight, pNext); 126390 nodeInsertCell(pRtree, pLeft, pNext); 126770 nodeInsertCell(pRtree, pNode, p); 126822 if( nodeInsertCell(pRtree, pNode, pCell) ){
|
| /external/sqlite/dist/ |
| D | sqlite3.c | 145306 static int nodeInsertCell( 146862 nodeInsertCell(pRtree, pTarget, pCell); 147244 nodeInsertCell(pRtree, pNode, p); 147296 if( nodeInsertCell(pRtree, pNode, pCell) ){
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.c | 145274 static int nodeInsertCell( 146830 nodeInsertCell(pRtree, pTarget, pCell); 147212 nodeInsertCell(pRtree, pNode, p); 147264 if( nodeInsertCell(pRtree, pNode, pCell) ){
|