Searched defs:SimulateIOError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_common.h76 #define SimulateIOError(CODE) \ macro
98 #define SimulateIOError(A) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22029 #define SimulateIOError(CODE) \ macro
22051 #define SimulateIOError(A) macro
22144 SimulateIOError( return SQLITE_IOERR_READ );
22176 SimulateIOError( return SQLITE_IOERR_WRITE );
22202 SimulateIOError( return SQLITE_IOERR_TRUNCATE );
22257 SimulateIOError( return SQLITE_IOERR_FSTAT );
23401 SimulateIOError( return SQLITE_IOERR );
23625 SimulateIOError( return SQLITE_IOERR_DELETE );
23649 SimulateIOError( return SQLITE_IOERR_ACCESS; );
24357 #define SimulateIOError(COD macro
24379 #define SimulateIOError macro
31142 #define SimulateIOError macro
31164 #define SimulateIOError macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19280 #define SimulateIOError(CODE) \ macro
19302 #define SimulateIOError(A) macro
24494 #define SimulateIOError(CODE) \ macro
24516 #define SimulateIOError(A) macro
25632 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26319 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26515 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26707 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26950 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
31966 #define SimulateIOError macro
31988 #define SimulateIOError macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19280 #define SimulateIOError(CODE) \ macro
19302 #define SimulateIOError(A) macro
24501 #define SimulateIOError(CODE) \ macro
24523 #define SimulateIOError(A) macro
25650 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26337 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26533 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26725 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
26968 SimulateIOError( return SQLITE_IOERR_CHECKRESERVEDLOCK; );
31986 #define SimulateIOError macro
32008 #define SimulateIOError macro
[all...]

Completed in 605 milliseconds