Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_IOCAP_ATOMIC

845 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
869 #define SQLITE_IOCAP_ATOMIC 0x00000001
1004 ** <li> [SQLITE_IOCAP_ATOMIC]
1021 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
33904 SQLITE_IOCAP_ATOMIC | /* All filesystem writes are atomic */
48242 if( 0==(dc&(SQLITE_IOCAP_ATOMIC|(szPage>>8)) || nSector>szPage) ){
51867 if( iDc&(SQLITE_IOCAP_ATOMIC|(ii>>8)) ){