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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c464 nodeAcquire( function
1018 rc = nodeAcquire(pRtree, iRowid, pCursor->pNode, &pChild);
1164 ** Use nodeAcquire() to obtain the leaf node containing the record with
1176 rc = nodeAcquire(pRtree, iNode, 0, ppLeaf);
1294 rc = nodeAcquire(pRtree, 1, 0, &pRoot);
1564 rc = nodeAcquire(pRtree, 1, 0, &pNode);
1634 rc = nodeAcquire(pRtree, iBest, pNode, &pChild);
2327 rc2 = nodeAcquire(pRtree, iNode, 0, &pChild->pParent);
2655 rc = nodeAcquire(pRtree, 1, 0, &pRoot);
2697 rc = nodeAcquire(pRtre
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124732 nodeAcquire( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c145153 static int nodeAcquire( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c145185 static int nodeAcquire( function
[all...]

Completed in 2074 milliseconds