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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c250 #define UNIXFILE_DIRSYNC 0x04 /* Directory sync needed */ macro
3322 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){
3333 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC;
4518 pNew->ctrlFlags |= UNIXFILE_DIRSYNC;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24186 #define UNIXFILE_DIRSYNC 0x04 /* Directory sync needed */ macro
27463 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){
27474 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24312 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
24314 # define UNIXFILE_DIRSYNC 0x00 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24319 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
24321 # define UNIXFILE_DIRSYNC 0x00 macro
[all...]

Completed in 2403 milliseconds