Home
last modified time | relevance | path

Searched refs:sqlite3_txn_state (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dtrans.test42 sqlite3_txn_state db
45 sqlite3_txn_state db main
48 sqlite3_txn_state db temp
71 sqlite3_txn_state db
114 sqlite3_txn_state db
117 sqlite3_txn_state db main
120 sqlite3_txn_state db temp
168 sqlite3_txn_state db
285 sqlite3_txn_state db
288 sqlite3_txn_state db main
[all …]
/sqlite-3.40.0/src/
H A Dloadext.c482 sqlite3_txn_state,
H A Dsqlite3ext.h667 #define sqlite3_txn_state sqlite3_api->txn_state macro
H A Dmain.c1256 int sqlite3_txn_state(sqlite3 *db, const char *zSchema){ in sqlite3_txn_state() function
H A Dtest1.c8212 iTxn = sqlite3_txn_state(db, zSchema); in test_sqlite3_txn_state()
H A Dsqlite.h.in6393 ** ^The sqlite3_txn_state(D,S) interface returns the current
6402 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of
6405 int sqlite3_txn_state(sqlite3*,const char *zSchema);
6408 ** CAPI3REF: Allowed return values from [sqlite3_txn_state()]
6412 ** ^The [sqlite3_txn_state(D,S)] interface returns one of these
H A Dshell.c.in7902 int eTxn = sqlite3_txn_state(p->db, azName[i*2]);