Searched refs:sqlite3_txn_state (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c17793 int eTxn = sqlite3_txn_state(p->db, azName[i*2]);
H A Dsqlite3.c7270 ** ^The sqlite3_txn_state(D,S) interface returns the current
7279 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of
7282 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema);
7285 ** CAPI3REF: Allowed return values from [sqlite3_txn_state()]
7289 ** ^The [sqlite3_txn_state(D,S)] interface returns one of these
126035 #define sqlite3_txn_state macro
165301 SQLITE_API int sqlite3_txn_state(sqlite3 *db, const char *zSchema){ function
[all...]
H A Dsqlite3.h6207 ** ^The sqlite3_txn_state(D,S) interface returns the current
6216 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of
6219 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema);
6222 ** CAPI3REF: Allowed return values from [sqlite3_txn_state()]
6226 ** ^The [sqlite3_txn_state(D,S)] interface returns one of these
H A Dsqlite3ext.h645 #define sqlite3_txn_state sqlite3_api->txn_state macro

Completed in 646 milliseconds