Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_get_autocommit

5005 ** ^The sqlite3_get_autocommit() interface returns non-zero or
5022 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
91291 #define sqlite3_get_autocommit sqlite3_api->get_autocommit
91602 sqlite3_get_autocommit,
114949 SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){