Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js495 const cstr = w.allocCString("hällo, world");
496 const n = w.cstrlen(cstr);
498 .assert(0===w.getMemValue(cstr+n))
499 .assert(chr('d')===w.getMemValue(cstr+n-1));
553 const [cstr, n] = w.scopedAllocCString("hello, world", true);
555 .assert(0===w.getMemValue(cstr+n))
556 .assert(chr('d')===w.getMemValue(cstr+n-1));
615 cstr: {offset: 12, sizeof: 4, signature: "s"} property
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c327 const char * cstr; member
338 s->cstr = __FILE__; in sqlite3_wasm_test_struct()
787 M(cstr,"s"); in sqlite3_wasm_enum_json()