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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c21755 SQLITE_API extern int sqlite3_diskfull_pending;
21768 if( sqlite3_diskfull_pending ){ \
21769 if( sqlite3_diskfull_pending == 1 ){ \
21775 sqlite3_diskfull_pending--; \
25787 SQLITE_API int sqlite3_diskfull_pending = 0; variable
[all...]

Completed in 599 milliseconds