Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c21832 SQLITE_API extern int sqlite3_io_error_hit;
21841 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
21846 sqlite3_io_error_hit++; in local_ioerr()
21854 sqlite3_io_error_hit = 1; \
26061 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
60953 SQLITE_API extern int sqlite3_io_error_hit;