Home
last modified time | relevance | path

Searched defs:sqlite3 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c99 PHP_METHOD(sqlite3, open) argument
189 PHP_METHOD(sqlite3, close) argument
218 PHP_METHOD(sqlite3, exec) argument
244 PHP_METHOD(sqlite3, version) argument
323 PHP_METHOD(sqlite3, busyTimeout) argument
424 PHP_METHOD(sqlite3, changes) argument
465 PHP_METHOD(sqlite3, prepare) argument
510 PHP_METHOD(sqlite3, query) argument
1210 PHP_METHOD(sqlite3, openBlob) argument
2257 PHP_MINIT_FUNCTION(sqlite3) argument
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c13864 struct sqlite3 { struct
13868 sqlite3_mutex *mutex; /* Connection mutex */ argument
13874 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
13892 int nChange; /* Value returned by sqlite3_changes() */ argument
13896 struct sqlite3InitInfo { /* Information used during initialization */ argument
13923 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument
13928 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
13941 sqlite3_xauth xAuth; /* Access authorization function */ argument
13951 Hash aModule; /* populated by sqlite3_create_module() */ argument
13969 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
[all …]
H A Dsqlite3.h241 typedef struct sqlite3 sqlite3; typedef

Completed in 786 milliseconds