Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22457 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */
22465 || sqlite3_io_error_pending-- == 1 ) \
24799 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */
24807 || sqlite3_io_error_pending-- == 1 ) \
31576 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */
31584 || sqlite3_io_error_pending-- == 1 ) \
41091 SQLITE_API extern int sqlite3_io_error_pending;
41095 saved_cnt = sqlite3_io_error_pending;
41096 sqlite3_io_error_pending = -1;
41099 sqlite3_io_error_pending = saved_cnt;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c22935 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
26741 SQLITE_API extern int sqlite3_io_error_pending;
26749 || sqlite3_io_error_pending-- == 1 ) \
33705 SQLITE_API extern int sqlite3_io_error_pending;
33713 || sqlite3_io_error_pending-- == 1 ) \
41561 SQLITE_API extern int sqlite3_io_error_pending;
41569 || sqlite3_io_error_pending-- == 1 ) \
55395 SQLITE_API extern int sqlite3_io_error_pending;
55399 saved_cnt = sqlite3_io_error_pending;
55400 sqlite3_io_error_pending = -1;
[all …]