Home
last modified time | relevance | path

Searched refs:sqlite3_get_autocommit (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h458 #define sqlite3_get_autocommit sqlite3_api->get_autocommit macro
H A Dsqlite3.h6594 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
H A Dshell.c19328 if( p->bCloseTransaction && sqlite3_get_autocommit(p->dbIn)==0 ){ in sqlite3_recover_finish()
27142 needCommit = sqlite3_get_autocommit(p->db); in do_meta_command()
29774 if( sqlite3_get_autocommit(p->db) ){ in doAutoDetectRestore()
H A Dsqlite3.c6907 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
136891 #define sqlite3_get_autocommit sqlite3_api->get_autocommit
137338 sqlite3_get_autocommit,
183609 SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){