Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dpost-js-header.js11 Module.postRun.push(function(Module/*the Emscripten-style module object*/){ argument
H A Dsqlite3-api-cleanup.js25 Module: Module /* ==> Currently needs to be exposed here for property
H A Dpre-js.js31 Module['locateFile'] = function(path, prefix) { class
/sqlite-3.40.0/src/
H A DsqliteInt.h1198 typedef struct Module Module; typedef
2062 struct Module { struct
2063 const sqlite3_module *pModule; /* Callback pointers */ argument
2065 int nRefModule; /* Number of pointers to this object */ argument
2067 void (*xDestroy)(void *); /* Module destructor function */ argument
2068 Table *pEpoTab; /* Eponymous table for this module */