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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c234 unsigned char dbUpdate; /* True if any part of database file changed */ member in struct:unixFile
1502 pFile->dbUpdate = 0;
1586 || pFile->dbUpdate==0
2788 || pFile->dbUpdate==0
3075 pFile->dbUpdate = 1; /* The database has been modified */
3494 ((unixFile*)id)->dbUpdate = 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24170 unsigned char dbUpdate; /* True if any part of database file changed */ member in struct:unixFile
25643 pFile->dbUpdate = 0;
25727 || pFile->dbUpdate==0
26929 || pFile->dbUpdate==0
27216 pFile->dbUpdate = 1; /* The database has been modified */
27635 ((unixFile*)id)->dbUpdate = 0;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24286 unsigned char dbUpdate; /* True if any part of database file changed */ member in struct:unixFile
25938 pFile->dbUpdate = 0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24293 unsigned char dbUpdate; /* True if any part of database file changed */ member in struct:unixFile
25956 pFile->dbUpdate = 0;
[all...]

Completed in 440 milliseconds