Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h48 int (*changes)(sqlite3*);
49 int (*close)(sqlite3*);
50 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
52 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
95 int (*errcode)(sqlite3*db);
107 void (*interruptx)(sqlite3*);
205 int (*limit)(sqlite3*,int,int);
210 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
233 void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*);
238 int (*close_v2)(sqlite3*);
[all …]
H A Dsqlite3.h249 typedef struct sqlite3 sqlite3; typedef
2928 sqlite3*,
3127 sqlite3*,
5522 sqlite3*,
5529 sqlite3*,
5537 sqlite3*,
5572 sqlite3*,
5577 sqlite3*,
5966 sqlite3*,
6776 sqlite3*,
[all …]
/PHP-7.1/ext/sqlite3/
H A Dconfig0.m42 dnl config.m4 for extension sqlite3
5 PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
26 if test -r $i/include/sqlite3.h; then
39 PHP_CHECK_LIBRARY(sqlite3, sqlite3_prepare_v2, [
50 PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
56 PHP_CHECK_LIBRARY(sqlite3,sqlite3_errstr,[
60 PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
66 AC_MSG_CHECKING([bundled sqlite3 library])
69 sqlite3_extra_sources="libsqlite/sqlite3.c"
90 PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
[all …]
H A Dconfig.w324 ARG_WITH("sqlite3", "SQLite 3 support", "no");
8 …EXTENSION("sqlite3", "sqlite3.c", null, "/I" + configure_module_dirname + "/libsqlite /I" + config…
10 ADD_SOURCES(configure_module_dirname + "/libsqlite", "sqlite3.c", "sqlite3");
14 PHP_INSTALL_HEADERS("ext/sqlite3", "libsqlite/sqlite3.h");
H A Dphp_sqlite3.h29 ZEND_BEGIN_MODULE_GLOBALS(sqlite3)
32 ZEND_END_MODULE_GLOBALS(sqlite3)
H A Dsqlite3.c102 PHP_METHOD(sqlite3, open) in PHP_METHOD() argument
186 PHP_METHOD(sqlite3, close) in PHP_METHOD() argument
215 PHP_METHOD(sqlite3, exec) in PHP_METHOD() argument
241 PHP_METHOD(sqlite3, version) in PHP_METHOD() argument
421 PHP_METHOD(sqlite3, changes) in PHP_METHOD() argument
507 PHP_METHOD(sqlite3, query) in PHP_METHOD() argument
2360 PHP_MINIT(sqlite3),
2361 PHP_MSHUTDOWN(sqlite3),
2364 PHP_MINFO(sqlite3),
2367 PHP_GINIT(sqlite3),
[all …]
/PHP-7.1/ext/pdo_sqlite/
H A Dconfig.w327 …COLUMN_METADATA=1 /D SQLITE_CORE=1 /I" + configure_module_dirname + "/../sqlite3/libsqlite /I" + c…
10 …// If pdo_sqlite is static, and sqlite3 is also static, then we don't add a second copy of the sql…
12 ADD_SOURCES(configure_module_dirname + "/../sqlite3/libsqlite", "sqlite3.c", "pdo_sqlite");
18 …K_HEADER_ADD_INCLUDE("sqlite3.h", "CFLAGS_PDO_SQLITE_EXTERNAL", PHP_PDO_SQLITE_EXTERNAL + ";" + PH…
19 …CHECK_LIB("sqlite3-import.lib", "pdo_sqlite_external", PHP_PDO_SQLITE_EXTERNAL + ";" + PHP_PHP_BUI…
H A Dconfig.m437 SEARCH_FOR="/include/sqlite3.h" # you most likely want to change this
41 AC_MSG_CHECKING([for sqlite3 files in default path])
51 AC_MSG_ERROR([Please reinstall the sqlite3 distribution])
56 LIBNAME=sqlite3
68 PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
69 AC_DEFINE(HAVE_SQLITE3_KEY,1, [have commercial sqlite3 with crypto support])
90 PHP_ADD_SOURCES(PHP_EXT_DIR(sqlite3), libsqlite/sqlite3.c)
98 PHP_ADD_EXTENSION_DEP(pdo_sqlite, sqlite3)
99 PHP_ADD_INCLUDE($abs_srcdir/ext/sqlite3/libsqlite)
H A Dphp_pdo_sqlite_int.h58 sqlite3 *db;
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_22_loadextension.phpt6 $r = new ReflectionClass("sqlite3");
8 die("skip - sqlite3 doesn't have loadExtension enabled");
13 sqlite3.extension_dir=.
H A Dbug63921-32bit.phpt2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
5 if (!extension_loaded('sqlite3')) die('skip');
11 $conn = new sqlite3(':memory:');
H A Dbug63921-64bit.phpt2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
5 if (!extension_loaded('sqlite3')) die('skip');
11 $conn = new sqlite3(':memory:');
H A Dbug76665.phpt5 if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not available');
H A Dbug73333.phpt5 if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not available');
H A Dskipif.inc3 if (!extension_loaded('sqlite3')) {
H A Dsqlite3_defensive.phpt7 die("skip: sqlite3 library version < 3.26: no support for defensive mode");
12 sqlite3.defensive=On
H A Dbug72571.phpt5 if (!extension_loaded('sqlite3')) die('skip'); ?>
H A Dbug47159.phpt2 Bug #45798 (sqlite3 doesn't track unexecuted statements)
H A Dsqlite3_33_load_extension_param.phpt7 sqlite3.extension_dir=/tmp
H A Dbug71049.phpt5 if (!extension_loaded('sqlite3')) die('skip'); ?>
H A Dbug53463.phpt2 Bug #53463 (sqlite3 columnName() segfaults on bad column_number)
H A Dbug66550.phpt5 if (!extension_loaded('sqlite3')) die('skip');
H A Dbug45798.phpt2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
H A Dbug69972.phpt5 if (!extension_loaded('sqlite3')) die('skip');
H A Dbug68760.phpt5 if (!extension_loaded('sqlite3')) die('skip');

Completed in 75 milliseconds

12