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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1320 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1417 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1421 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1430 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c2383 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
2480 ** With SQLITE_ACCESS_READWRITE, the xAccess method
2484 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
2493 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]

Completed in 1006 milliseconds