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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h1174 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1271 ** With SQLITE_ACCESS_READ, the xAccess method
1272 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1278 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1434 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1531 ** With SQLITE_ACCESS_READ, the xAccess method
1532 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1538 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
[all...]

Completed in 743 milliseconds