Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h620 #define sqlite3_db_cacheflush sqlite3_api->db_cacheflush macro
H A Dsqlite3.h10038 ** [sqlite3_db_cacheflush(D)] interface invoked, any dirty
10042 ** file (page 1 is always "in use"). ^The [sqlite3_db_cacheflush(D)]
10059 ** ^Otherwise, if no error occurs, [sqlite3_db_cacheflush()] returns SQLITE_OK.
10064 SQLITE_API int sqlite3_db_cacheflush(sqlite3*);
/third_party/sqlite/src/
H A Dsqlite3.c10368 ** [sqlite3_db_cacheflush(D)] interface invoked, any dirty
10372 ** file (page 1 is always "in use"). ^The [sqlite3_db_cacheflush(D)]
10389 ** ^Otherwise, if no error occurs, [sqlite3_db_cacheflush()] returns SQLITE_OK.
10394 SQLITE_API int sqlite3_db_cacheflush(sqlite3*);
132543 #define sqlite3_db_cacheflush global() macro
174293 SQLITE_API int sqlite3_db_cacheflush(sqlite3 *db){ global() function
[all...]

Completed in 141 milliseconds