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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h429 #define sqlite3_get_autocommit sqlite3_api->get_autocommit macro
H A Dsqlite3.h6129 ** ^The sqlite3_get_autocommit() interface returns non-zero or
6146 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
H A Dshell.c18466 needCommit = sqlite3_get_autocommit(p->db);
H A Dsqlite3.c7192 ** ^The sqlite3_get_autocommit() interface returns non-zero or
7209 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
125819 #define sqlite3_get_autocommit macro
167655 SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){ function
[all...]

Completed in 596 milliseconds