Home
last modified time | relevance | path

Searched defs:type (Results 1 – 24 of 24) sorted by relevance

/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js97 (type,data,transferables)=>{ argument
98 postMessage({type, data}, transferables || []); field
358 type:'status', property
H A Dfiddle.js288 clearMsgHandlers: function(type){ argument
293 wMsg: function(type,data,transferables){ argument
294 this.worker.postMessage({type, data}, transferables || []); field
562 {type:"application/x-sqlite3"}); property
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-worker1.js529 type: theCallback, property
544 type: theCallback, property
637 type: evType, property
652 self.postMessage({type:'sqlite3-api',result:'worker1-ready'}); property
H A Dsqlite3-worker1-promiser.js191 type: arguments[0], property
H A Dsqlite3-api-opfs.js150 W.postMessage({type:'opfs-async-metrics'}); property
386 W.postMessage({type: 'opfs-async-restart'}); property
1244 W.postMessage({type: 'opfs-async-init',args: state}); property
H A Dsqlite3-opfs-async-proxy.js785 const wMsg = (type)=>postMessage({type}); argument
/sqlite-3.40.0/ext/wasm/
H A Dspeedtest1-worker.js38 postMessage({type: msgType, data: payload}); property
43 const logMsg = (type,msgArgs)=>{ argument
H A Ddemo-worker1.js57 push: function(type,callback){ argument
93 type: eventType, property
H A Ddemo-123.js35 type:'log', property
H A Ddemo-worker1-promiser.js67 const p = workerPromise({type: msgType, args:msgArgs}); property
H A Dtester1.js96 type:'log', property
107 postMessage({type:'test-result', payload:{pass}}); property
/sqlite-3.40.0/tool/
H A Dgetlock.c29 int type, /* F_RDLCK or F_WRLCK */ in isLocked()
H A Dlemon.c198 enum option_type type; member
257 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */ member
346 enum e_action type; member
543 enum e_action type, in Action_add()
/sqlite-3.40.0/test/
H A Ddbfuzz.c279 static int inmemLock(sqlite3_file *pFile, int type){ in inmemLock()
282 static int inmemUnlock(sqlite3_file *pFile, int type){ in inmemUnlock()
H A Dfuzzcheck.c1406 static int inmemLock(sqlite3_file *pFile, int type){ in inmemLock()
1409 static int inmemUnlock(sqlite3_file *pFile, int type){ in inmemUnlock()
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js644 target.getMemValue = function(ptr, type='i8'){ argument
677 target.setMemValue = function f(ptr, value, type='i8'){ argument
/sqlite-3.40.0/src/
H A Dvdbeblob.c78 u32 type; in blobSeekToRow() local
H A Dattach.c331 int type, /* Either SQLITE_ATTACH or SQLITE_DETACH */ in codeAttach()
H A Dos_win.c1917 unsigned long type, /* Identifier for directory being set or reset */ in sqlite3_win32_set_directory8()
1961 unsigned long type, /* Identifier for directory being set or reset */ in sqlite3_win32_set_directory16()
1983 unsigned long type, /* Identifier for directory being set or reset */ in sqlite3_win32_set_directory()
3423 int type; local
H A Dfunc.c1563 int type; in sumStep() local
1585 int type; in sumInverse() local
H A Dresolve.c2105 int type, /* NC_IsCheck, NC_PartIdx, NC_IdxExpr, NC_GenCol, or 0 */ in sqlite3ResolveSelfReference()
H A Dprintf.c54 etByte type; /* Conversion paradigm */ member
H A Dtclsqlite.c662 unsigned type, /* One of the SQLITE_TRACE_* event types. */ in DbTraceV2Handler()
H A Dbuild.c5111 void sqlite3BeginTransaction(Parse *pParse, int type){ in sqlite3BeginTransaction()