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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest2.c530 extern int sqlite_io_error_pending;
557 Tcl_LinkVar(interp, "sqlite_io_error_pending",
558 (char*)&sqlite_io_error_pending, TCL_LINK_INT);
H A Dos.c368 int sqlite_io_error_pending = 0; variable
370 if( sqlite_io_error_pending ) \
371 if( sqlite_io_error_pending-- == 1 ){ local_ioerr(); return A; }
373 sqlite_io_error_pending = 0; /* Really just a place to set a breakpoint */

Completed in 63 milliseconds