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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h478 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1475 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1477 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2410 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
2466 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
H A Dsqlite3.c1031 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2028 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2030 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
2963 ** [SQLITE_OPEN_PRIVATECACHE], and/or [SQLITE_OPEN_URI] flags:)^
3019 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c188 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */
3801 flags |= SQLITE_OPEN_URI;
3803 flags &= ~SQLITE_OPEN_URI;
3841 p->openFlags = flags & SQLITE_OPEN_URI;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h560 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
1906 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
1908 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3335 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
3397 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
H A Dsqlite3.c1623 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
2969 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2971 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
4398 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
4460 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
[all...]

Completed in 1102 milliseconds