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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c649 static int btreeMoveto( function
690 rc = btreeMoveto(pCur, pCur->pKey, pCur->nKey, 0, &pCur->skipNext);
6683 ** In some cases, the call to btreeMoveto() below is a no-op. For
6687 ** data into the intkey B-Tree. In this case btreeMoveto() recognizes
6695 rc = btreeMoveto(pCur, pKey, nKey, appendBias, &loc);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47768 static int btreeMoveto( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52211 static int btreeMoveto( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52231 static int btreeMoveto( function
[all...]

Completed in 1485 milliseconds