Home
last modified time | relevance | path

Searched refs:bOpenUri (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_malloc.c1226 int bOpenUri; in test_config_uri() local
1232 if( Tcl_GetBooleanFromObj(interp, objv[1], &bOpenUri) ){ in test_config_uri()
1236 rc = sqlite3_config(SQLITE_CONFIG_URI, bOpenUri); in test_config_uri()
H A Dmain.c577 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int); in sqlite3_config()
2576 || sqlite3GlobalConfig.bOpenUri) /* IMP: R-51689-46548 */ in sqlite3ParseUri()
H A DsqliteInt.h3256 int bOpenUri; /* True to interpret filenames as URIs */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_malloc.c1204 int bOpenUri; in test_config_uri() local
1210 if( Tcl_GetBooleanFromObj(interp, objv[1], &bOpenUri) ){ in test_config_uri()
1214 rc = sqlite3_config(SQLITE_CONFIG_URI, bOpenUri); in test_config_uri()
H A Dmain.c578 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int); in sqlite3_config()
2780 || sqlite3GlobalConfig.bOpenUri) /* IMP: R-51689-46548 */ in sqlite3ParseUri()
H A DsqliteInt.h3583 u8 bOpenUri; /* True to interpret filenames as URIs */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_malloc.c1171 int bOpenUri; in test_config_uri() local
1177 if( Tcl_GetBooleanFromObj(interp, objv[1], &bOpenUri) ){ in test_config_uri()
1181 rc = sqlite3_config(SQLITE_CONFIG_URI, bOpenUri); in test_config_uri()
H A Dmain.c645 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int); in sqlite3_config()
2857 || sqlite3GlobalConfig.bOpenUri) /* IMP: R-51689-46548 */ in sqlite3ParseUri()
H A DsqliteInt.h3753 u8 bOpenUri; /* True to interpret filenames as URIs */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_malloc.c1171 int bOpenUri; in test_config_uri() local
1177 if( Tcl_GetBooleanFromObj(interp, objv[1], &bOpenUri) ){ in test_config_uri()
1181 rc = sqlite3_config(SQLITE_CONFIG_URI, bOpenUri); in test_config_uri()
H A Dmain.c645 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int); in sqlite3_config()
2853 || sqlite3GlobalConfig.bOpenUri) /* IMP: R-51689-46548 */ in sqlite3ParseUri()
H A DsqliteInt.h3657 u8 bOpenUri; /* True to interpret filenames as URIs */ member
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c11339 int bOpenUri; /* True to interpret filenames as URIs */ member
112889 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
114323 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c11038 int bOpenUri; /* True to interpret filenames as URIs */ member
108384 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
109788 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c11031 int bOpenUri; /* True to interpret filenames as URIs */ member
108348 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
109752 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c11079 int bOpenUri; /* True to interpret filenames as URIs */ member
110581 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
111985 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c12035 int bOpenUri; /* True to interpret filenames as URIs */ member
120516 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
122241 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c12149 int bOpenUri; /* True to interpret filenames as URIs */ member
121559 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
123285 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c11705 int bOpenUri; /* True to interpret filenames as URIs */ member
115262 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
116941 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c12184 int bOpenUri; /* True to interpret filenames as URIs */ member
122642 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
124369 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c11676 int bOpenUri; /* True to interpret filenames as URIs */ member
116080 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
117763 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c12149 int bOpenUri; /* True to interpret filenames as URIs */ member
121559 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
123285 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c12149 int bOpenUri; /* True to interpret filenames as URIs */ member
121559 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
123285 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c11810 int bOpenUri; /* True to interpret filenames as URIs */ member
119486 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
121206 if( ((flags & SQLITE_OPEN_URI) || sqlite3GlobalConfig.bOpenUri)
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12862 int bOpenUri; /* True to interpret filenames as URIs */ member
130002 sqlite3GlobalConfig.bOpenUri = va_arg(ap, int);
131871 || sqlite3GlobalConfig.bOpenUri) /* IMP: R-51689-46548 */

1234567