Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js887 target.cstrncpy = function(tgtPtr, srcPtr, n){ function
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js465 let rc = w.cstrncpy(cpy, cStr, n+10);
471 rc = w.cstrncpy(cpy, cStr2, 3);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js824 const i = wasm.cstrncpy(pOut, zName, nOut);