Searched refs:sqlite3_txn_state (Results 1 – 7 of 7) sorted by relevance
42 sqlite3_txn_state db45 sqlite3_txn_state db main48 sqlite3_txn_state db temp71 sqlite3_txn_state db114 sqlite3_txn_state db117 sqlite3_txn_state db main120 sqlite3_txn_state db temp168 sqlite3_txn_state db285 sqlite3_txn_state db288 sqlite3_txn_state db main[all …]
482 sqlite3_txn_state,
667 #define sqlite3_txn_state sqlite3_api->txn_state macro
1256 int sqlite3_txn_state(sqlite3 *db, const char *zSchema){ in sqlite3_txn_state() function
8212 iTxn = sqlite3_txn_state(db, zSchema); in test_sqlite3_txn_state()
6393 ** ^The sqlite3_txn_state(D,S) interface returns the current6402 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of6405 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
7902 int eTxn = sqlite3_txn_state(p->db, azName[i*2]);