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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1170 static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ function
1254 rc = findLeafNode(pRtree, iRowid, &pLeaf);
2662 rc = findLeafNode(pRtree, iDelete, &pLeaf);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125617 static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c131283 static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c131329 static int findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf){ function
[all...]

Completed in 505 milliseconds