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

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c180 lua_pushboolean(L, sqlite3_get_autocommit(*db));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h318 #define sqlite3_get_autocommit sqlite3_api->get_autocommit macro
H A Dsqlite3.h4415 ** ^The sqlite3_get_autocommit() interface returns non-zero or
4432 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
H A Dsqlite3.c4965 ** ^The sqlite3_get_autocommit() interface returns non-zero or
4982 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
91165 #define sqlite3_get_autocommit macro
114706 SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){ function
[all...]

Completed in 323 milliseconds