Searched defs: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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c54145 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
125711 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
126767 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
127109 RtreeNode *pLeaf; /* Leaf node containing record iDelete */ local
127194 RtreeNode *pLeaf; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c56329 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
131365 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
132426 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
132751 RtreeNode *pLeaf; /* Leaf node containing record iDelete */ local
132921 RtreeNode *pLeaf; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c56357 MemPage *pLeaf = pCur->apPage[pCur->iPage]; local
131413 RtreeNode *pLeaf; /* Leaf on which the required cell resides */ local
132474 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
132799 RtreeNode *pLeaf; /* Leaf node containing record iDelete */ local
132969 RtreeNode *pLeaf; local
[all...]

Completed in 545 milliseconds