Home
last modified time | relevance | path

Searched refs:sqlite3 (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/package/python3/
H A D0014-Add-option-to-disable-the-sqlite3-module.patch4 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 D0015-Add-an-option-to-disable-the-tk-module.patch38 @@ -1543,6 +1540,13 @@ LIBSUBDIRS += sqlite3
39 TESTSUBDIRS += sqlite3/test
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/sqlite/files/
H A D0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch16 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 Ddb.py14 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 Drasdaemon_0.6.7.bb20 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 Dsoci_4.0.3.bb19 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 Dsofthsm_2.6.1.bb6 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 Dapr-util_1.6.3.bb70 PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_DIR_HOST}${prefix},--without-sqlite3,sqlite3"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A D__init__.py9 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 Dproj_7.0.1.bb13 DEPENDS = "sqlite3 sqlite3-native tiff"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dpersist_data.py20 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 Dsqlite3_3.38.5.bb1 require sqlite3.inc
4 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
/OK3568_Linux_fs/buildroot/package/libdbi-drivers/
H A Dlibdbi-drivers.mk36 LIBDBI_DRIVERS_CONF_OPTS += --with-sqlite3
38 LIBDBI_DRIVERS_CONF_OPTS += --without-sqlite3
/OK3568_Linux_fs/buildroot/package/aircrack-ng/
H A Daircrack-ng.mk72 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 Dtracker_3.3.2.bb12 sqlite3 \
31 # text search is not an option anymore and requires sqlite3 build with
/OK3568_Linux_fs/buildroot/package/motion/
H A Dmotion.mk42 MOTION_CONF_OPTS += --with-sqlite3
44 MOTION_CONF_OPTS += --without-sqlite3
/OK3568_Linux_fs/buildroot/package/kompexsqlite/
H A D0002-append-to-cflags-and-cxxflags.patch21 ${objsdir}/sqlite3.o
38 ${objsdir}/sqlite3.o
/OK3568_Linux_fs/buildroot/package/tcl/
H A Dtcl.mk31 rm -fr $(@D)/pkgs/sqlite3* $(@D)/pkgs/tdbc*
37 rm -fr $(@D)/pkgs/sqlite3* \
/OK3568_Linux_fs/buildroot/package/apr-util/
H A Dapr-util.mk60 APR_UTIL_CONF_OPTS += --with-sqlite3="$(STAGING_DIR)/usr"
63 APR_UTIL_CONF_OPTS += --without-sqlite3
/OK3568_Linux_fs/buildroot/package/mutt/
H A Dmutt.mk81 MUTT_CONF_OPTS += --with-sqlite3
83 MUTT_CONF_OPTS += --without-sqlite3
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Devent_analyzing_sample.py24 import sqlite3
38 con = sqlite3.connect("/dev/shm/perf.db")
/OK3568_Linux_fs/buildroot/package/luadbi-sqlite3/
H A Dluadbi-sqlite3.hash2 sha256 c5b043db43941a3c6e43d3e3699236846ed6d03a6c4cb12fa1a497f965138d9f luadbi-sqlite3-0.7.2-1.sr…
/OK3568_Linux_fs/buildroot/package/luasql-sqlite3/
H A Dluasql-sqlite3.hash2 sha256 502faabc5e06c1d7c1ddb9a0550eb19220020c86b9f1e26a2cc2001e1343b35d luasql-sqlite3-2.4.0-1.sr…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.1.16.bb89 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 Dsqlite3.cpp17 DatabaseImpl(sqlite3* db_) in DatabaseImpl()
33 sqlite3* db;
38 StatementImpl(sqlite3* db, const char* sql) in StatementImpl()
88 sqlite3* db = nullptr; in tryOpen()

1234