Home
last modified time | relevance | path

Searched refs:sqlite3_db_cacheflush (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h621 #define sqlite3_db_cacheflush sqlite3_api->db_cacheflush macro
H A Dsqlite3.h10333 ** [sqlite3_db_cacheflush(D)] interface invoked, any dirty
10337 ** file (page 1 is always "in use"). ^The [sqlite3_db_cacheflush(D)]
10354 ** ^Otherwise, if no error occurs, [sqlite3_db_cacheflush()] returns SQLITE_OK.
10359 SQLITE_API int sqlite3_db_cacheflush(sqlite3*);
H A Dsqlite3.c10646 ** [sqlite3_db_cacheflush(D)] interface invoked, any dirty
10650 ** file (page 1 is always "in use"). ^The [sqlite3_db_cacheflush(D)]
10667 ** ^Otherwise, if no error occurs, [sqlite3_db_cacheflush()] returns SQLITE_OK.
10672 SQLITE_API int sqlite3_db_cacheflush(sqlite3*);
[all...]