Searched refs:SQLITE_ACCESS_READ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h915 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1012 ** With SQLITE_ACCESS_READ, the xAccess method
1013 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1019 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1468 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1565 ** With SQLITE_ACCESS_READ, the xAccess method
1566 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1572 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
24100 case SQLITE_ACCESS_READ:
[all...]

Completed in 415 milliseconds