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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h378 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
1374 ** If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1383 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1390 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1404 ** The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1413 ** the more severe [SQLITE_IOERR_BLOCKED]. This error code promotion
1444 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
/external/sqlite/dist/orig/
H A Dsqlite3.h446 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
1858 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1867 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1874 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1888 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1897 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1925 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c996 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
2408 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2417 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2424 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2438 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2447 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2475 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
25727 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
25732 return SQLITE_IOERR_BLOCKED;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h446 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
1858 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1867 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1874 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1888 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1897 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1925 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c996 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
2408 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2417 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2424 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2438 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2447 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2475 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
25738 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
25743 return SQLITE_IOERR_BLOCKED;
[all...]

Completed in 335 milliseconds