Searched refs:sqlite3_txn_state (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile198 sqlite3_txn_state.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h674 #define sqlite3_txn_state sqlite3_api->txn_state macro
H A Dsqlite3.h6658 ** ^The sqlite3_txn_state(D,S) interface returns the current
6667 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of
6670 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema);
6673 ** CAPI3REF: Allowed return values from sqlite3_txn_state()
6677 ** ^The [sqlite3_txn_state(D,S)] interface returns one of these
H A Dshell.c25076 int eTxn = sqlite3_txn_state(p->db, azName[i*2]);
H A Dsqlite3.c6971 ** ^The sqlite3_txn_state(D,S) interface returns the current
6980 ** ^If the S argument to sqlite3_txn_state(D,S) is not the name of
6983 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema);
6986 ** CAPI3REF: Allowed return values from sqlite3_txn_state()
6990 ** ^The [sqlite3_txn_state(D,S)] interface returns one of these
136146 #define sqlite3_txn_state macro
179462 SQLITE_API int sqlite3_txn_state(sqlite3 *db, const char *zSchema){ function
[all...]

Completed in 614 milliseconds