Searched defs:SQLITE_IOERR_BLOCKED (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h306 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
449 ** (or sometimes [SQLITE_IOERR_BLOCKED])
458 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
479 ** The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED] when
488 ** the more severe [SQLITE_IOERR_BLOCKED]. This error code promotion
515 ** causes [sqlite3_step()] to return [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
/external/sqlite/dist/
H A Dsqlite3.h418 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
1515 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1524 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1531 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1545 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1554 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1582 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c942 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
2039 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2048 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2055 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2069 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2078 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2106 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
21929 return SQLITE_IOERR_BLOCKED;
[all...]

Completed in 301 milliseconds