Searched refs:sqlite_io_error_pending (Results 1 – 1 of 1) sorted by relevance
365 int sqlite_io_error_pending = 0; variable367 if( sqlite_io_error_pending ) \368 if( sqlite_io_error_pending-- == 1 ){ local_ioerr(); return A; }370 sqlite_io_error_pending = 0; /* Really just a place to set a breakpoint */ in local_ioerr()
Completed in 8 milliseconds