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

/external/sqlite/dist/orig/
H A Dsqlite3.h479 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1542 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1544 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2484 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2540 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
2672 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
H A Dsqlite3.c1029 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2092 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2094 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3034 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
3090 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
3222 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
[all...]
/external/sqlite/dist/
H A Dsqlite3.h479 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1542 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1544 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2484 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2540 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
2672 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
H A Dsqlite3.c1029 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2092 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2094 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3034 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
3090 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
3222 ** more of the [SQLITE_OPEN_URI] or [SQLITE_OPEN_MAIN_DB] bits set and
[all...]

Completed in 607 milliseconds