Home
last modified time | relevance | path

Searched refs:SQLITE_ABORT (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dutil.c60 case SQLITE_ABORT: in _pysqlite_seterror()
/third_party/sqlite/include/
Dsqlite3.h449 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
551 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
/third_party/sqlite/src/
Dshell.c18115 rc = SQLITE_ABORT; in exec_prepared_stmt()