Lines Matching refs:buf_ptr
841 uint32_t buf_ptr;
849 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, buf_ptr);
857 buf_ptr,
862 CHECK_BOUNDS_OR_RETURN(args, mem_size, buf_ptr, buf_len);
870 &memory[buf_ptr],
1046 uint32_t buf_ptr;
1054 CHECK_TO_TYPE_OR_RETURN(args, args[4], Uint32, buf_ptr);
1065 buf_ptr,
1075 uvwasi_serdes_write_filestat_t(memory, buf_ptr, &stats);
1229 uint32_t buf_ptr;
1238 CHECK_TO_TYPE_OR_RETURN(args, args[3], Uint32, buf_ptr);
1247 buf_ptr,
1252 CHECK_BOUNDS_OR_RETURN(args, mem_size, buf_ptr, buf_len);
1262 &memory[buf_ptr],
1479 uint32_t buf_ptr;
1484 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, buf_ptr);
1487 Debug(wasi, "random_get(%d, %d)\n", buf_ptr, buf_len);
1489 CHECK_BOUNDS_OR_RETURN(args, mem_size, buf_ptr, buf_len);
1491 &memory[buf_ptr],