Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c262 unsigned char dbUpdate; /* True if any part of database file changed */ member
1860 pFile->dbUpdate = 0; in unixLock()
3138 || pFile->dbUpdate==0 in afpUnlock()
3495 pFile->dbUpdate = 1; /* The database has been modified */ in unixWrite()
4063 ((unixFile*)id)->dbUpdate = 0; in unixFileControl()