HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_wal_autocheckpoint (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 228 sqlite3_wal_autocheckpoint.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 587 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
sqlite3.h 9989 ** ^The [sqlite3_wal_autocheckpoint()] interface and the
10000 ** sqlite3_wal_autocheckpoint(db,1000) or use [PRAGMA wal_checkpoint].
10012 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
10038 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
sqlite3.c 10310 ** ^The [sqlite3_wal_autocheckpoint()] interface and the
10321 ** sqlite3_wal_autocheckpoint(db,1000) or use [PRAGMA wal_checkpoint].
10333 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
10359 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
142807 #define sqlite3_wal_autocheckpoint macro
189598 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ function
    [all...]

Completed in 167 milliseconds