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

/external/sqlite/dist/orig/
H A Dsqlite3.h514 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1663 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1665 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2664 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2720 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
2885 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
H A Dsqlite3.c629 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1778 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1780 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2779 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2835 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
3000 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
[all...]
/external/sqlite/dist/
H A Dsqlite3.h514 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1663 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1665 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2664 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2720 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
2885 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
H A Dsqlite3.c629 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1778 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1780 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2779 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2835 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
3000 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
[all...]

Completed in 1051 milliseconds