Lines Matching full:wal_autocheckpoint
7249 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
7274 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
7296 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
91242 int (*wal_autocheckpoint)(sqlite3*,int);
91445 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
93553 ** PRAGMA wal_autocheckpoint
93554 ** PRAGMA wal_autocheckpoint = N
93560 if( sqlite3StrICmp(zLeft, "wal_autocheckpoint")==0 ){
93564 returnSingleInt(pParse, "wal_autocheckpoint",
113847 ** wal_autocheckpoint()).