Home
last modified time | relevance | path

Searched refs:sqlite3async_control (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Dasync4.test46 sqlite3async_control lockfiles
49 sqlite3async_control lockfiles false
52 sqlite3async_control lockfiles
55 sqlite3async_control lockfiles true
70 sqlite3async_control halt idle
117 sqlite3async_control delay
120 sqlite3async_control delay 23
123 sqlite3async_control delay
126 sqlite3async_control delay 0
137 sqlite3async_control delay 100
[all …]
H A Dasync5.test25 sqlite3async_control halt never
62 sqlite3async_control halt idle
65 sqlite3async_control halt never
H A Dtkt-94c04eaadb.test53 sqlite3async_control halt idle
69 sqlite3async_control halt never
H A Dasync3.test72 sqlite3async_control halt idle
74 sqlite3async_control halt never
H A Dasync2.test72 sqlite3async_control halt idle
75 sqlite3async_control halt never
H A Dasync.test52 sqlite3async_control halt idle
55 sqlite3async_control halt never
/sqlite-3.40.0/src/
H A Dtest_async.c147 sqlite3async_control(SQLITEASYNC_GET_HALT, &eCond); in testAsyncWait()
207 rc = sqlite3async_control(eOpt, iVal); in testAsyncControl()
211 rc = sqlite3async_control( in testAsyncControl()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.h199 int sqlite3async_control(int op, ...);
H A DREADME.txt114 File-locking may be disabled at runtime using the sqlite3async_control()
H A Dsqlite3async.c1638 int sqlite3async_control(int op, ...){ in sqlite3async_control() function