Home
last modified time | relevance | path

Searched refs:sqlite_io_error_pending (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c365 int sqlite_io_error_pending = 0; variable
367 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 11 milliseconds