Searched refs:pLeaf (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1252 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
1254 rc = findLeafNode(pRtree, iRowid, &pLeaf);
1255 pCsr->pNode = pLeaf;
1256 if( pLeaf ){
1258 rc = nodeRowidIndex(pRtree, pLeaf, iRowid, &pCsr->iCell);
2298 ** If node pLeaf is not the root of the r-tree and its pParent pointer is
2299 ** still NULL, load all ancestor nodes of pLeaf into memory and populate
2300 ** the pLeaf->pParent chain all the way up to the root node.
2305 ** the entry resides (argument pLeaf). Once the leaf is located, this
2308 static int fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf){ argument
2650 RtreeNode *pLeaf; /* Leaf node containing record iDelete */ local
2735 RtreeNode *pLeaf; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c6847 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
6852 pCell = findCell(pLeaf, pLeaf->nCell-1);
6853 nCell = cellSizePtr(pLeaf, pCell);
6859 rc = sqlite3PagerWrite(pLeaf->pDbPage);
6861 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc);
/external/sqlite/dist/orig/
H A Dsqlite3.c58711 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
140633 NodeWriter *pLeaf; /* Object used to write leaf nodes */ local
146190 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
147005 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
147328 RtreeNode *pLeaf = 0; /* Leaf node containing record iDelete */ local
147531 RtreeNode *pLeaf = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c58731 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
140665 NodeWriter *pLeaf; /* Object used to write leaf nodes */ local
146222 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
147037 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
147360 RtreeNode *pLeaf = 0; /* Leaf node containing record iDelete */ local
147563 RtreeNode *pLeaf = 0; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c53966 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
125520 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
126576 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
126918 RtreeNode *pLeaf; /* Leaf node containing record iDelete */ local
127003 RtreeNode *pLeaf; local
[all...]

Completed in 1497 milliseconds