Home
last modified time | relevance | path

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

/PHP-5.5/ext/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
306 PHP_METHOD(sqlite3, busyTimeout) argument
407 PHP_METHOD(sqlite3, changes) argument
448 PHP_METHOD(sqlite3, prepare) argument
495 PHP_METHOD(sqlite3, query) argument
1216 PHP_METHOD(sqlite3, openBlob) argument
2239 PHP_MINIT_FUNCTION(sqlite3) argument
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11017 struct sqlite3 { struct
11021 sqlite3_mutex *mutex; /* Connection mutex */ argument
11027 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
11042 int nChange; /* Value returned by sqlite3_changes() */ argument
11046 struct sqlite3InitInfo { /* Information used during initialization */ argument
11071 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
11074 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
11084 sqlite3_xauth xAuth; /* Access authorization function */ argument
11094 Hash aModule; /* populated by sqlite3_create_module() */ argument
11112 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
[all …]
H A Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef

Completed in 279 milliseconds