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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d218 SQLITE_OPEN_URI = 0x00000040, /** Ok for sqlite3_open_v2() */
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c207 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */
3862 flags |= SQLITE_OPEN_URI;
3864 flags &= ~SQLITE_OPEN_URI;
3902 p->openFlags = flags & SQLITE_OPEN_URI;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h599 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2021 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2023 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3517 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
3598 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
H A Dsqlite3.c912 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2334 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2336 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3830 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
3911 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
[all...]

Completed in 805 milliseconds