Home
last modified time | relevance | path

Searched defs:sig (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js366 xFunc: {sig:'v(pip)', f:__xFunc}, property
367 xStep: {sig:'v(pip)', f:__xInverseAndStep}, property
368 xInverse: {sig:'v(pip)', f:__xInverseAndStep}, property
369 xFinal: {sig:'v(p)', f:__xFinalAndValue}, property
370 xValue: {sig:'v(p)', f:__xFinalAndValue}, property
371 xDestroy: {sig:'v(p)', f:__xDestroy} property
H A Dsqlite3-api-opfs.js603 callee.argcProxy = function(func,sig){ argument
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js411 target.jsFuncToWasm = function f(func, sig){ argument
440 sigParams: function(sig){ argument
531 target.installFunction = function f(func, sig){ argument
/sqlite-3.40.0/test/
H A Dthreadtest1.c191 pthread_cond_t sig = PTHREAD_COND_INITIALIZER; variable
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js584 f.sigCheck = function(obj, name, key,sig){ argument
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c610 u32 sig = zipfileRead32(aRead); in zipfileReadCDS() local
649 u32 sig = zipfileRead32(aRead); in zipfileReadLFH() local
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js798 callee.argcProxy = function(func,sig){ argument