Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js422 rc = w.jstrcpy("hello", ua);
426 rc = w.jstrcpy("HELLO", ua, 0, -1, false);
429 rc = w.jstrcpy("the end", ua, 4);
434 rc = w.jstrcpy("the end", ua, 4, -1, false);
438 rc = w.jstrcpy("", ua, 0, 1, true);
442 rc = w.jstrcpy("x", ua, 0, 1, true);
446 rc = w.jstrcpy('äbä', ua, 0, 1, true);
450 rc = w.jstrcpy('äbä', ua, 0, 2, true);
454 rc = w.jstrcpy('äbä', ua, 0, 2, false);
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js825 target.jstrcpy = function(jstr, tgt, offset = 0, maxBytes = -1, addNul = true){ function
947 target.jstrcpy(jstr, target.heap8u(), ptr, n+1, true);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js790 else wasm.jstrcpy(arg.sql, wasm.heap8(), pSql, sqlByteLen, false);
1231 wasm.jstrcpy(val, wasm.heap8u(), pStr, n, false);