Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h50 int (*changes)(sqlite3*);
51 int (*close)(sqlite3*);
52 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
54 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
97 int (*errcode)(sqlite3*db);
109 void (*interruptx)(sqlite3*);
144 int (*total_changes)(sqlite3*);
207 int (*limit)(sqlite3*,int,int);
212 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
235 void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*);
[all …]
H A Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef
2596 sqlite3*,
4219 sqlite3 *db,
4714 sqlite3*,
4721 sqlite3*,
4729 sqlite3*,
4764 sqlite3*,
4769 sqlite3*,
5123 sqlite3*,
5843 sqlite3*,
[all …]
H A Dsqlite3.c439 typedef struct sqlite3 sqlite3; typedef
2803 sqlite3*,
4921 sqlite3*,
6050 sqlite3*,
129372 sqlite3 *db = (sqlite3 *)ptr;
129391 sqlite3 *db = (sqlite3 *)ptr;
131531 sqlite3 *db = va_arg(ap, sqlite3*);
131549 sqlite3 *db = va_arg(ap, sqlite3*);
131629 sqlite3 *db = va_arg(ap, sqlite3*);
131661 sqlite3 *db = va_arg(ap, sqlite3*);
[all …]
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m42 dnl config.m4 for extension sqlite3
5 PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
24 AC_MSG_CHECKING([for sqlite3 files in default path])
26 if test -r $i/include/sqlite3.h; then
39 PHP_CHECK_LIBRARY(sqlite3, sqlite3_prepare_v2, [
50 PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
57 PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
63 AC_MSG_CHECKING([bundled sqlite3 library])
66 sqlite3_extra_sources="libsqlite/sqlite3.c"
86 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");
13 PHP_INSTALL_HEADERS("ext/sqlite3", "libsqlite/sqlite3.h");
H A Dphp_sqlite3.h29 ZEND_BEGIN_MODULE_GLOBALS(sqlite3)
31 ZEND_END_MODULE_GLOBALS(sqlite3)
H A Dsqlite3.c94 PHP_METHOD(sqlite3, open) argument
182 PHP_METHOD(sqlite3, close) argument
209 PHP_METHOD(sqlite3, exec) argument
235 PHP_METHOD(sqlite3, version) argument
407 PHP_METHOD(sqlite3, changes) argument
495 PHP_METHOD(sqlite3, query) argument
2331 PHP_MINIT(sqlite3),
2332 PHP_MSHUTDOWN(sqlite3),
2335 PHP_MINFO(sqlite3),
2338 PHP_GINIT(sqlite3),
[all …]
H A Dphp_sqlite3_structs.h78 sqlite3 *db;
/PHP-5.5/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-5.5/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 Dskipif.inc3 if (!extension_loaded('sqlite3')) {
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 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 Dbug68760.phpt5 if (!extension_loaded('sqlite3')) die('skip');
/PHP-5.5/
H A D.gitignore209 ext/pdo_sqlite/sqlite3.h
226 ext/sqlite3/tests/phpsql*
227 ext/sqlite3/tests/*.db
228 ext/sqlite3/tests/*.tmp
H A DMakefile.gcov60 …uruma ext/pcre/pcrelib ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite ext/xml…
H A DREADME.REDIST.BINS7 7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
98 7. Sqlite/Sqlite3 ext/sqlite3 ext/sqlite
H A DEXTENSIONS238 EXTENSION: sqlite3

Completed in 681 milliseconds

12