Home
last modified time | relevance | path

Searched refs:PGHDR_WAL_APPEND (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache.h59 #define PGHDR_WAL_APPEND 0x040 /* Appended to wal file */ macro
H A Dwal.c3724 p->flags &= ~PGHDR_WAL_APPEND; in sqlite3WalFrames()
3736 p->flags |= PGHDR_WAL_APPEND; in sqlite3WalFrames()
3800 if( (p->flags & PGHDR_WAL_APPEND)==0 ) continue; in sqlite3WalFrames()