Home
last modified time | relevance | path

Searched refs:SQLITE_OPEN_READONLY (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/
H A D60_readonly.t6 use DBD::SQLite::Constants qw/SQLITE_OPEN_READONLY/;
14 sqlite_open_flags => SQLITE_OPEN_READONLY,
/dports/lang/php73/php-7.3.33/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/databases/php81-sqlite3/php-8.1.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/databases/php74-sqlite3/php-7.4.27/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/www/mod_php81/php-8.1.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/lang/php74/php-7.4.27/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/lang/php81/php-8.1.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/www/mod_php73/php-7.3.33/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/www/mod_php74/php-7.4.27/ext/sqlite3/
H A Dphp_sqlite3_structs.h25 #ifndef SQLITE_OPEN_READONLY
26 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/databases/php80-sqlite3/php-8.0.15/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/lang/php80/php-8.0.15/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/www/mod_php80/php-8.0.15/ext/sqlite3/
H A Dphp_sqlite3_structs.h23 #ifndef SQLITE_OPEN_READONLY
24 #define SQLITE_OPEN_READONLY 0x00000001 macro
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/native/
H A Dmkconst.c345 #ifndef SQLITE_OPEN_READONLY in main()
346 #define SQLITE_OPEN_READONLY 0 in main() macro
348 QCONST(SQLITE_OPEN_READONLY); in main()
/dports/graphics/qgis/qgis-3.22.3/src/core/proj/
H A Dqgsdatumtransform.cpp132 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in searchDatumTransform()
159 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformToProj()
209 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in projStringToDatumTransformId()
267 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformInfo()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdatumtransform.cpp140 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in searchDatumTransform()
167 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformToProj()
217 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in projStringToDatumTransformId()
275 …int openResult = database.open_v2( QgsApplication::srsDatabaseFilePath(), SQLITE_OPEN_READONLY, nu… in datumTransformInfo()
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/fluxsource/
H A Dsqlitefluxsource.cc12 _indb = sqlOpen(filename, SQLITE_OPEN_READONLY); in SqliteFluxSource()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsprojectionselectiontreewidget.cpp350 …int rc = sqlite3_open_v2( databaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, … in getSelectedExpression()
514 …sqlite3_open_v2( databaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, nullptr ); in loadUserCrsList()
594 …te3_open_v2( mSrsDatabaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, nullptr ); in loadCrsList()
906 …sqlite3_open_v2( databaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, nullptr ); in getLargestCrsIdMatch()
932 …te3_open_v2( mSrsDatabaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, nullptr ); in getLargestCrsIdMatch()
997 …te3_open_v2( mSrsDatabaseFileName.toUtf8().constData(), &database, SQLITE_OPEN_READONLY, nullptr ); in authorities()
/dports/lang/php73/php-7.3.33/ext/pdo_sqlite/
H A Dpdo_sqlite.c75 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/databases/php80-pdo_sqlite/php-8.0.15/ext/pdo_sqlite/
H A Dpdo_sqlite.c65 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/databases/php81-pdo_sqlite/php-8.1.1/ext/pdo_sqlite/
H A Dpdo_sqlite.c65 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/databases/php73-pdo_sqlite/php-7.3.33/ext/pdo_sqlite/
H A Dpdo_sqlite.c75 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/pdo_sqlite/
H A Dpdo_sqlite.c65 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/pdo_sqlite/
H A Dpdo_sqlite.c65 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/pdo_sqlite/
H A Dpdo_sqlite.c65 REGISTER_PDO_CLASS_CONST_LONG("SQLITE_OPEN_READONLY", (zend_long)SQLITE_OPEN_READONLY); in PHP_MINIT_FUNCTION()

12345678910>>...30