Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js887 target.cstrncpy = function(tgtPtr, srcPtr, n){ argument
888 if(!tgtPtr || !srcPtr) toss("cstrncpy() does not accept NULL strings.");
894 heap[tgtPtr+i] = ch;
896 if(i<n) heap[tgtPtr + i++] = 0;