Home
last modified time | relevance | path

Searched refs:getPtrValue (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js242 pStmt = wasm.getPtrValue(ppStmt);
243 pSql = wasm.getPtrValue(pzTail);
498 pDb = wasm.getPtrValue(ppDb)
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js184 aVals.push( wasm.cstringToJs(wasm.getPtrValue(pColVals + offset)) );
185 aNames.push( wasm.cstringToJs(wasm.getPtrValue(pColNames + offset)) );
281 pVal = wasm.getPtrValue(pArgv + (wasm.ptrSizeof * i));
H A Dsqlite3-api-oo1.js156 pDb = wasm.getPtrValue(pPtr);
611 pStmt = wasm.getPtrValue(ppStmt);
805 const pStmt = wasm.getPtrValue(ppStmt);
806 pSql = wasm.getPtrValue(pzTail);
H A Dsqlite3-api-prologue.js1335 pOut = wasm.getPtrValue(ppOut);
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js701 target.getPtrValue = (ptr)=>target.getMemValue(ptr, ptrIR); function