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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile221 sqlite3_wal_autocheckpoint.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h577 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint macro
H A Dsqlite3.h9542 ** ^Note that the [sqlite3_wal_autocheckpoint()] interface and the
9556 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
9581 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
H A Dsqlite3.c9855 ** ^Note that the [sqlite3_wal_autocheckpoint()] interface and the
9869 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
9894 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
136049 #define sqlite3_wal_autocheckpoint macro
180601 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1846 int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);

Completed in 1063 milliseconds