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

/macosx-10.10/Heimdal-398.1.2/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 478 milliseconds