Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ACCESS_READWRITE

1531 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1622 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1626 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1635 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */
24537 case SQLITE_ACCESS_READWRITE:
30324 ** SQLITE_ACCESS_READWRITE: Return 1 if the file is read and writable.
30342 case SQLITE_ACCESS_READWRITE:
35457 case SQLITE_ACCESS_READWRITE:
92848 rc = sqlite3OsAccess(db->pVfs, zRight, SQLITE_ACCESS_READWRITE, &res);