Searched refs:funcName (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 391 pDb, funcName, nArg, eTextRep, pApp, argument 406 rc = sqlite3CreateFunction(pDb, funcName, nArg, eTextRep, 420 pDb, funcName, nArg, eTextRep, pApp, argument 424 ? capi.sqlite3_create_function_v2(pDb, funcName, nArg, eTextRep, 431 pDb, funcName, nArg, eTextRep, pApp, argument 447 rc = sqlite3CreateWindowFunction(pDb, funcName, nArg, eTextRep,
|
| H A D | sqlite3-api-prologue.js | 537 pDb, funcName, nArg, eTextRep, pApp, argument 545 pDb, funcName, nArg, eTextRep, pApp, argument 556 pDb, funcName, nArg, eTextRep, pApp, argument
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 934 const __affirmAlloc = (obj,funcName)=>{ argument 938 "required by",funcName+"()."); 942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument 943 __affirmAlloc(target, funcName);
|