Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ACCESS_READ

1216 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1313 ** With SQLITE_ACCESS_READ, the xAccess method
1314 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1320 #define SQLITE_ACCESS_READ 2 /* Unused */
30216 case SQLITE_ACCESS_READ:
36946 case SQLITE_ACCESS_READ: