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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h172 void sqlite3BtreeSetCachedRowid(BtCursor*, sqlite3_int64);
H A Dvdbe.c3785 sqlite3BtreeSetCachedRowid(pC->pCursor, v<MAX_ROWID ? v+1 : 0);
3918 sqlite3BtreeSetCachedRowid(pC->pCursor, 0);
3989 sqlite3BtreeSetCachedRowid(pC->pCursor, 0);
H A Dbtree.c3533 void sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7798 SQLITE_PRIVATE void sqlite3BtreeSetCachedRowid(BtCursor*, sqlite3_int64);
50652 SQLITE_PRIVATE void sqlite3BtreeSetCachedRowid(BtCursor *pCur, sqlite3_int64 iRowid){ function
[all...]

Completed in 322 milliseconds