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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1057 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1148 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1152 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1161 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1628 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1719 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1723 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1732 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h914 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1005 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1009 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1018 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1467 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1558 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1562 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1571 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
24102 case SQLITE_ACCESS_READWRITE:
[all...]

Completed in 610 milliseconds