Searched refs:sqlite3BtreeRollback (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h80 int sqlite3BtreeRollback(Btree*);
H A Dbackup.c567 sqlite3BtreeRollback(p->pDest);
H A Dmain.c816 sqlite3BtreeRollback(db->aDb[i].pBt);
H A Dbtree.c2028 ** The call to sqlite3BtreeRollback() drops any table-locks held by
2031 sqlite3BtreeRollback(p);
3281 int sqlite3BtreeRollback(Btree *p){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7706 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree*);
50400 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8917 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree*,int);
54984 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8917 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree*,int);
55004 SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p, int tripCode){ function
[all...]

Completed in 833 milliseconds