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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c21750 SQLITE_API extern int sqlite3_io_error_hit;
21759 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
21764 sqlite3_io_error_hit++;
21772 sqlite3_io_error_hit = 1; \
25782 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
[all...]

Completed in 678 milliseconds