Searched refs:ptrSizeof (Results 1 – 5 of 5) sorted by relevance
65 ptrSizeof = config.ptrSizeof || 4,137 case 'p': case 'P': case 's': return ptrSizeof;164 switch(ptrSizeof){182 switch(ptrSizeof){205 switch(ptrSizeof){
225 const ptrSizeof = target.ptrSizeof =1087 ](list.length * target.ptrSizeof);1090 target.setPtrValue(pList + (target.ptrSizeof * i++),1135 let m = target[method](howMany * (safePtrSize ? 8 : ptrSizeof));1142 m += (safePtrSize ? 8 : ptrSizeof);
685 ptrSizeof: config.wasmPtrSizeof || 4, property1124 ? wasm.pstack.alloc(safePtrSize ? 8 : wasm.ptrSizeof)1125 : wasm.pstack.allocChunks(n, safePtrSize ? 8 : wasm.ptrSizeof);1319 const pSize = wasm.pstack.alloc(8/*i64*/ + wasm.ptrSizeof);
784 (2 * wasm.ptrSizeof)786 const pzTail = ppStmt + wasm.ptrSizeof /* final arg to sqlite3_prepare_v2() */;787 let pSql = pzTail + wasm.ptrSizeof;
183 for( ; i < nCols; offset += (wasm.ptrSizeof * ++i) ){281 pVal = wasm.getPtrValue(pArgv + (wasm.ptrSizeof * i));