HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3async_control (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 30 ** sqlite3async_control()
90 ** verb to sqlite3async_control() (see below for details). By default
132 ** sqlite3async_control(SQLITEASYNC_HALT, eNewHalt);
133 ** sqlite3async_control(SQLITEASYNC_GET_HALT, &eCurrentHalt);
152 ** than SQLITEASYNC_HALT_NEVER, IDLE or NOW, then sqlite3async_control()
167 ** sqlite3async_control() returns SQLITE_MISUSE and the current value
184 ** to a value other than 0 or 1 causes sqlite3async_control() to return
199 int sqlite3async_control(int op, ...);
202 ** Values that can be used as the first argument to sqlite3async_control().
212 ** If the first argument to sqlite3async_control() is SQLITEASYNC_HALT
    [all...]
sqlite3async.c 1634 int sqlite3async_control(int op, ...){ function
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
async.test 52 sqlite3async_control halt idle
55 sqlite3async_control halt never
async2.test 72 sqlite3async_control halt idle
75 sqlite3async_control halt never
  /external/chromium_org/third_party/sqlite/src/src/
test_async.c 140 sqlite3async_control(SQLITEASYNC_GET_HALT, &eCond);
152 ** sqlite3async_control OPTION ?VALUE?
200 rc = sqlite3async_control(eOpt, iVal);
204 rc = sqlite3async_control(
236 Tcl_CreateObjCommand(interp,"sqlite3async_control",testAsyncControl,0,0);

Completed in 128 milliseconds