Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js65 ptrSizeof = config.ptrSizeof || 4,
137 case 'p': case 'P': case 's': return ptrSizeof;
164 switch(ptrSizeof){
182 switch(ptrSizeof){
205 switch(ptrSizeof){
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js225 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);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js685 ptrSizeof: config.wasmPtrSizeof || 4, property
1124 ? 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);
H A Dsqlite3-api-oo1.js784 (2 * wasm.ptrSizeof)
786 const pzTail = ppStmt + wasm.ptrSizeof /* final arg to sqlite3_prepare_v2() */;
787 let pSql = pzTail + wasm.ptrSizeof;
H A Dsqlite3-api-glue.js183 for( ; i < nCols; offset += (wasm.ptrSizeof * ++i) ){
281 pVal = wasm.getPtrValue(pArgv + (wasm.ptrSizeof * i));