Searched refs:cstr (Results 1 – 2 of 2) sorted by relevance
495 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
327 const char * cstr; member338 s->cstr = __FILE__; in sqlite3_wasm_test_struct()787 M(cstr,"s"); in sqlite3_wasm_enum_json()