| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 228 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 D | scratchpad-wasmfs-main.js | 37 const runTests = function(sqlite3){ argument
|
| H A D | demo-123.js | 44 const demo1 = function(sqlite3){ argument 280 }).then(function(sqlite3){ argument
|
| H A D | test-opfs-vfs.js | 16 const tryOpfsVfs = async function(sqlite3){ argument
|
| H A D | demo-jsstorage.js | 44 const runTests = function(sqlite3){ argument
|
| H A D | batch-runner.js | 516 run: function(sqlite3){ argument
|
| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 1542 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 D | main.c | 2295 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 D | prepare.c | 628 void (*xCleanup)(sqlite3*,void*), /* The cleanup routine */ in sqlite3ParserAddCleanup() argument
|
| H A D | vtab.c | 561 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor()
|
| H A D | sqlite.h.in | 272 typedef struct sqlite3 sqlite3; typedef
|
| H A D | shell.c.in | 5752 sqlite3 *newDb, argument
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-cleanup.js | 45 let sqlite3; variable
|
| H A D | sqlite3-api-worker1.js | 325 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
|
| H A D | sqlite3-api-oo1.js | 17 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
|
| H A D | sqlite3-api-glue.js | 19 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
|
| H A D | sqlite3-api-opfs.js | 21 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ argument
|
| H A D | sqlite3-api-prologue.js | 1452 const sqlite3 = { variable
|
| /sqlite-3.40.0/autoconf/ |
| H A D | Makefile.am | 7 bin_PROGRAMS = sqlite3 program
|