Home
last modified time | relevance | path

Searched refs:NCELL (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c851 nCell = NCELL(pNode); in nodeInsertCell()
926 assert( iCell<NCELL(pNode) ); in nodeGetRowid()
1364 int nCell = NCELL(pNode); in nodeRowidIndex()
1626 nCell = NCELL(pNode); in rtreeStepToLeaf()
2215 int nCell = NCELL(pNode); in ChooseLeaf()
2589 int nCell = NCELL(pNode); in SplitNode()
2678 for(i=0; i<NCELL(pRight); i++){ in SplitNode()
2689 for(i=0; i<NCELL(pLeft); i++){ in SplitNode()
2817 int nCell = NCELL(pNode); in fixBoundingBox()
2889 nCell = NCELL(pNode)+1; in Reinsert()
[all …]