Home
last modified time | relevance | path

Searched refs:funcName (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js391 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 Dsqlite3-api-prologue.js537 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 Dwhwasmutil.js934 const __affirmAlloc = (obj,funcName)=>{ argument
938 "required by",funcName+"().");
942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument
943 __affirmAlloc(target, funcName);