Searched refs:nodeParentIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1072 static int nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex){ function
1113 rc = nodeParentIndex(pRtree, pNode, &pCsr->iCell);
1659 if( nodeParentIndex(pRtree, p, &iCell) ){
2246 rc = nodeParentIndex(pRtree, pLeft, &iCell);
2349 rc = nodeParentIndex(pRtree, pNode, &iCell);
2403 rc = nodeParentIndex(pRtree, pNode, &ii);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125329 static int nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c145735 static int nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c145767 static int nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex){ function
[all...]

Completed in 598 milliseconds