Searched refs:getPtrValue (Results 1 – 5 of 5) sorted by relevance
242 pStmt = wasm.getPtrValue(ppStmt);243 pSql = wasm.getPtrValue(pzTail);498 pDb = wasm.getPtrValue(ppDb)
184 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));
156 pDb = wasm.getPtrValue(pPtr);611 pStmt = wasm.getPtrValue(ppStmt);805 const pStmt = wasm.getPtrValue(ppStmt);806 pSql = wasm.getPtrValue(pzTail);
1335 pOut = wasm.getPtrValue(ppOut);
701 target.getPtrValue = (ptr)=>target.getMemValue(ptr, ptrIR); function