Home
last modified time | relevance | path

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

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_common.h63 extern int sqlite3_io_error_pending;
71 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c220 extern int sqlite3_io_error_pending;
223 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
225 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
229 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c619 extern int sqlite3_io_error_pending; in vfslog_flush()
623 int pending = sqlite3_io_error_pending; in vfslog_flush()
627 sqlite3_io_error_pending = 0; in vfslog_flush()
639 sqlite3_io_error_pending = pending; in vfslog_flush()
H A Dtest2.c699 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()
736 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
H A Dpager.c3796 extern int sqlite3_io_error_pending;
3800 saved_cnt = sqlite3_io_error_pending; in disable_simulated_io_errors()
3801 sqlite3_io_error_pending = -1; in disable_simulated_io_errors()
3804 sqlite3_io_error_pending = saved_cnt; in enable_simulated_io_errors()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_common.h63 extern int sqlite3_io_error_pending;
71 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c220 extern int sqlite3_io_error_pending;
223 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
225 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
229 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c619 extern int sqlite3_io_error_pending; in vfslog_flush()
623 int pending = sqlite3_io_error_pending; in vfslog_flush()
627 sqlite3_io_error_pending = 0; in vfslog_flush()
639 sqlite3_io_error_pending = pending; in vfslog_flush()
H A Dtest2.c699 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()
736 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_common.h63 extern int sqlite3_io_error_pending;
71 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c220 extern int sqlite3_io_error_pending;
223 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
225 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
229 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c619 extern int sqlite3_io_error_pending; in vfslog_flush()
623 int pending = sqlite3_io_error_pending; in vfslog_flush()
627 sqlite3_io_error_pending = 0; in vfslog_flush()
639 sqlite3_io_error_pending = pending; in vfslog_flush()
H A Dtest2.c699 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()
736 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_common.h63 extern int sqlite3_io_error_pending;
71 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c220 extern int sqlite3_io_error_pending;
223 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
225 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
229 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c619 extern int sqlite3_io_error_pending; in vfslog_flush()
623 int pending = sqlite3_io_error_pending; in vfslog_flush()
627 sqlite3_io_error_pending = 0; in vfslog_flush()
639 sqlite3_io_error_pending = pending; in vfslog_flush()
H A Dtest2.c699 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()
736 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_common.h70 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
78 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c221 extern int sqlite3_io_error_pending;
224 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
226 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
230 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c610 extern int sqlite3_io_error_pending; in vfslog_flush()
614 int pending = sqlite3_io_error_pending; in vfslog_flush()
618 sqlite3_io_error_pending = 0; in vfslog_flush()
630 sqlite3_io_error_pending = pending; in vfslog_flush()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D02_sqlite_test.patch602 - extern int sqlite3_io_error_pending;
655 - (char*)&sqlite3_io_error_pending, TCL_LINK_INT);

12345678