Home
last modified time | relevance | path

Searched refs:iTxn (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dmain.c1258 int iTxn = -1; in sqlite3_txn_state() local
1276 if( x>iTxn ) iTxn = x; in sqlite3_txn_state()
1279 return iTxn; in sqlite3_txn_state()
H A Dtest1.c8204 int iTxn; in test_sqlite3_txn_state() local
8212 iTxn = sqlite3_txn_state(db, zSchema); in test_sqlite3_txn_state()
8213 Tcl_SetObjResult(interp, Tcl_NewIntObj(iTxn)); in test_sqlite3_txn_state()