Searched defs: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.c24201 #define UNIXFILE_DIRSYNC 0x04 /* Directory sync needed */ macro
27478 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){
27489 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25064 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
25066 # define UNIXFILE_DIRSYNC 0x00 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25071 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
25073 # define UNIXFILE_DIRSYNC 0x00 macro
[all...]

Completed in 457 milliseconds