| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0014-Add-option-to-disable-the-sqlite3-module.patch | 4 Subject: [PATCH] Add option to disable the sqlite3 module 25 - sqlite3 \ 33 - sqlite3/test \ 42 +LIBSUBDIRS += sqlite3 43 +TESTSUBDIRS += sqlite3/test 58 +AC_ARG_ENABLE(sqlite3, 59 + AS_HELP_STRING([--disable-sqlite3], [disable sqlite3]),
|
| H A D | 0015-Add-an-option-to-disable-the-tk-module.patch | 38 @@ -1543,6 +1540,13 @@ LIBSUBDIRS += sqlite3 39 TESTSUBDIRS += sqlite3/test
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/sqlite/files/ |
| H A D | 0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch | 16 sqlite3.c | 3 ++- 19 diff --git a/sqlite3.c b/sqlite3.c 21 --- a/sqlite3.c 22 +++ b/sqlite3.c
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | db.py | 14 import sqlite3 16 from pysqlite2 import dbapi2 as sqlite3 unknown 20 sqlversion = sqlite3.sqlite_version_info 66 except sqlite3.OperationalError as exc: 102 except sqlite3.IntegrityError as exc: 139 except sqlite3.IntegrityError as exc: 174 except sqlite3.IntegrityError as exc: 194 except sqlite3.IntegrityError as exc: 200 except sqlite3.IntegrityError as exc: 295 …self.connection=sqlite3.connect(uri, uri=True, isolation_level="EXCLUSIVE", check_same_thread = Fa… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/ |
| H A D | rasdaemon_0.6.7.bb | 20 PACKAGECONFIG ??= "sqlite3 mce aer extlog devlink diskerror" 21 PACKAGECONFIG[sqlite3] = "--enable-sqlite3,--disable-sqlite3,sqlite3"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/soci/ |
| H A D | soci_4.0.3.bb | 19 PACKAGECONFIG[sqlite3] = "-DSOCI_SQLITE3=ON,-DSOCI_SQLITE3=OFF,sqlite3," 37 PACKAGES += "${PN}-sqlite3 ${PN}-mysql ${PN}-postgresql ${PN}-odbc ${PN}-oracle" 39 FILES:${PN}-sqlite3 = "${libdir}/lib${BPN}_sqlite3.so.*"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/softhsm/ |
| H A D | softhsm_2.6.1.bb | 6 DEPENDS = "sqlite3" 13 EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr" 29 RDEPENDS:${PN} = "sqlite3"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/ |
| H A D | apr-util_1.6.3.bb | 70 PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_DIR_HOST}${prefix},--without-sqlite3,sqlite3"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | __init__.py | 9 import sqlite3 65 db = sqlite3.connect(database) 66 db.row_factory = sqlite3.Row
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/proj/ |
| H A D | proj_7.0.1.bb | 13 DEPENDS = "sqlite3 sqlite3-native tiff"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | persist_data.py | 20 import sqlite3 24 sqlversion = sqlite3.sqlite_version_info 51 except sqlite3.OperationalError as exc: 103 self.connection = sqlite3.connect(self.cachefile, timeout=5)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/sqlite/ |
| H A D | sqlite3_3.38.5.bb | 1 require sqlite3.inc 4 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
| /OK3568_Linux_fs/buildroot/package/libdbi-drivers/ |
| H A D | libdbi-drivers.mk | 36 LIBDBI_DRIVERS_CONF_OPTS += --with-sqlite3 38 LIBDBI_DRIVERS_CONF_OPTS += --without-sqlite3
|
| /OK3568_Linux_fs/buildroot/package/aircrack-ng/ |
| H A D | aircrack-ng.mk | 72 AIRCRACK_NG_CONF_OPTS += --with-sqlite3 74 AIRCRACK_NG_CONF_OPTS += --without-sqlite3
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/tracker/ |
| H A D | tracker_3.3.2.bb | 12 sqlite3 \ 31 # text search is not an option anymore and requires sqlite3 build with
|
| /OK3568_Linux_fs/buildroot/package/motion/ |
| H A D | motion.mk | 42 MOTION_CONF_OPTS += --with-sqlite3 44 MOTION_CONF_OPTS += --without-sqlite3
|
| /OK3568_Linux_fs/buildroot/package/kompexsqlite/ |
| H A D | 0002-append-to-cflags-and-cxxflags.patch | 21 ${objsdir}/sqlite3.o 38 ${objsdir}/sqlite3.o
|
| /OK3568_Linux_fs/buildroot/package/tcl/ |
| H A D | tcl.mk | 31 rm -fr $(@D)/pkgs/sqlite3* $(@D)/pkgs/tdbc* 37 rm -fr $(@D)/pkgs/sqlite3* \
|
| /OK3568_Linux_fs/buildroot/package/apr-util/ |
| H A D | apr-util.mk | 60 APR_UTIL_CONF_OPTS += --with-sqlite3="$(STAGING_DIR)/usr" 63 APR_UTIL_CONF_OPTS += --without-sqlite3
|
| /OK3568_Linux_fs/buildroot/package/mutt/ |
| H A D | mutt.mk | 81 MUTT_CONF_OPTS += --with-sqlite3 83 MUTT_CONF_OPTS += --without-sqlite3
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | event_analyzing_sample.py | 24 import sqlite3 38 con = sqlite3.connect("/dev/shm/perf.db")
|
| /OK3568_Linux_fs/buildroot/package/luadbi-sqlite3/ |
| H A D | luadbi-sqlite3.hash | 2 sha256 c5b043db43941a3c6e43d3e3699236846ed6d03a6c4cb12fa1a497f965138d9f luadbi-sqlite3-0.7.2-1.sr…
|
| /OK3568_Linux_fs/buildroot/package/luasql-sqlite3/ |
| H A D | luasql-sqlite3.hash | 2 sha256 502faabc5e06c1d7c1ddb9a0550eb19220020c86b9f1e26a2cc2001e1343b35d luasql-sqlite3-2.4.0-1.sr…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/ |
| H A D | php_8.1.16.bb | 89 PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ 101 PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ 103 ,--without-sqlite3 --without-pdo-sqlite \ 104 ,sqlite3"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.cpp | 17 DatabaseImpl(sqlite3* db_) in DatabaseImpl() 33 sqlite3* db; 38 StatementImpl(sqlite3* db, const char* sql) in StatementImpl() 88 sqlite3* db = nullptr; in tryOpen()
|