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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d409 SQLITE_ACCESS_READ = 2 /** Unused */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1416 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1417 ** to test whether a file is at least readable. The SQLITE_ACCESS_READ
1519 ** With SQLITE_ACCESS_READ, the xAccess method
1520 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1526 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1729 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1730 ** to test whether a file is at least readable. The SQLITE_ACCESS_READ
1832 ** With SQLITE_ACCESS_READ, the xAccess method
1833 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1839 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
[all...]

Completed in 953 milliseconds