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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d408 SQLITE_ACCESS_READWRITE = 1, /** Used by PRAGMA temp_store_directory */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1415 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1512 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1516 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1525 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1728 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1825 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1829 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1838 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]

Completed in 742 milliseconds