Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js228 run: async function(sqlite3){ argument
368 .t('strglob/strlike', function(sqlite3){ argument
1029 .t('sqlite3.wasm.pstack', function(sqlite3){ argument
1090 .t('To memory buffer', function(sqlite3){ argument
1114 .t('To byte array', function(sqlite3){ argument
1134 .t('Create db', function(sqlite3){ argument
1239 .t('Table t', function(sqlite3){ argument
1353 .t('Scalar UDFs', function(sqlite3){ argument
1409 test: function(sqlite3){ argument
1759 test: async function(sqlite3){ argument
[all …]
H A Dscratchpad-wasmfs-main.js37 const runTests = function(sqlite3){ argument
H A Ddemo-123.js44 const demo1 = function(sqlite3){ argument
280 }).then(function(sqlite3){ argument
H A Dtest-opfs-vfs.js16 const tryOpfsVfs = async function(sqlite3){ argument
H A Ddemo-jsstorage.js44 const runTests = function(sqlite3){ argument
H A Dbatch-runner.js516 run: function(sqlite3){ argument
/sqlite-3.40.0/src/
H A DsqliteInt.h1542 sqlite3_mutex *mutex; /* Connection mutex */ argument
1550 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
1571 i64 nChange; /* Value returned by sqlite3_changes() */ argument
1575 struct sqlite3InitInfo { /* Information used during initialization */ argument
1583 } init;
1613 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument
1618 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
1631 sqlite3_xauth xAuth; /* Access authorization function */ argument
1641 Hash aModule; /* populated by sqlite3_create_module() */ argument
1660 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument
[all …]
H A Dmain.c2295 sqlite3 *db, /* Attach the hook to this database */ in sqlite3_preupdate_hook() argument
2393 sqlite3 *db, /* Attach the hook to this db handle */ in sqlite3_wal_hook() argument
3644 sqlite3 *db, in sqlite3_collation_needed() argument
3665 sqlite3 *db, in sqlite3_collation_needed16() argument
H A Dprepare.c628 void (*xCleanup)(sqlite3*,void*), /* The cleanup routine */ in sqlite3ParserAddCleanup() argument
H A Dvtab.c561 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor()
H A Dsqlite.h.in272 typedef struct sqlite3 sqlite3; typedef
H A Dshell.c.in5752 sqlite3 *newDb, argument
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-cleanup.js45 let sqlite3; variable
H A Dsqlite3-api-worker1.js325 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
H A Dsqlite3-api-oo1.js17 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
H A Dsqlite3-api-glue.js19 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
H A Dsqlite3-api-opfs.js21 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
H A Dsqlite3-api-prologue.js1452 const sqlite3 = { variable
/sqlite-3.40.0/autoconf/
H A DMakefile.am7 bin_PROGRAMS = sqlite3 program