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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1321 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1322 ** to test whether a file is at least readable. The SQLITE_ACCESS_READ
1424 ** With SQLITE_ACCESS_READ, the xAccess method
1425 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1431 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c2384 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
2385 ** to test whether a file is at least readable. The SQLITE_ACCESS_READ
2487 ** With SQLITE_ACCESS_READ, the xAccess method
2488 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
2494 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
[all...]

Completed in 1125 milliseconds