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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h946 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1037 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1041 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1050 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1496 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1587 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1591 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1600 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
24476 case SQLITE_ACCESS_READWRITE:
[all...]

Completed in 493 milliseconds