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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h478 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1507 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1509 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2449 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2505 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
2637 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
H A Dsqlite3.c1028 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2057 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2059 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2999 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
3055 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
3187 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
[all...]

Completed in 407 milliseconds