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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h947 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1044 ** With SQLITE_ACCESS_READ, the xAccess method
1045 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1051 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1497 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1594 ** With SQLITE_ACCESS_READ, the xAccess method
1595 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1601 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
24474 case SQLITE_ACCESS_READ:
[all...]

Completed in 393 milliseconds