Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c22195 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
25992 SQLITE_API extern int sqlite3_io_error_pending;
26000 || sqlite3_io_error_pending-- == 1 ) \
32748 SQLITE_API extern int sqlite3_io_error_pending;
32756 || sqlite3_io_error_pending-- == 1 ) \
40559 SQLITE_API extern int sqlite3_io_error_pending;
40567 || sqlite3_io_error_pending-- == 1 ) \
54445 SQLITE_API extern int sqlite3_io_error_pending;
54449 saved_cnt = sqlite3_io_error_pending;
54450 sqlite3_io_error_pending = -1;
[all …]

Completed in 360 milliseconds