Home
last modified time | relevance | path

Searched defs:WasiCtx (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/hostcalls_impl/
H A Dfs.rs21 wasi_ctx: &mut WasiCtx, in fd_close()
39 wasi_ctx: &WasiCtx, in fd_datasync()
54 wasi_ctx: &WasiCtx, in fd_pread()
103 wasi_ctx: &WasiCtx, in fd_pwrite()
276 wasi_ctx: &WasiCtx, in fd_fdstat_get()
300 wasi_ctx: &WasiCtx, in fd_fdstat_set_flags()
339 wasi_ctx: &WasiCtx, in fd_sync()
409 wasi_ctx: &WasiCtx, in fd_advise()
433 wasi_ctx: &WasiCtx, in fd_allocate()
463 wasi_ctx: &WasiCtx, in path_create_directory()
[all …]
H A Dmisc.rs12 wasi_ctx: &WasiCtx, in args_get()
44 wasi_ctx: &WasiCtx, in args_sizes_get()
72 wasi_ctx: &WasiCtx, in environ_get()
104 wasi_ctx: &WasiCtx, in environ_sizes_get()
134 _wasi_ctx: &WasiCtx, in random_get()
150 _wasi_ctx: &WasiCtx, in clock_res_get()
169 _wasi_ctx: &WasiCtx, in clock_time_get()
189 pub(crate) fn sched_yield(_wasi_ctx: &WasiCtx, _memory: &mut [u8]) -> WasiResult<()> { in sched_yield()
198 wasi_ctx: &WasiCtx, in poll_oneoff()
346 _wasi_ctx: &WasiCtx, in proc_raise()
H A Dsock.rs5 _wasi_ctx: &WasiCtx, in sock_recv()
18 _wasi_ctx: &WasiCtx, in sock_send()
30 _wasi_ctx: &WasiCtx, in sock_shutdown()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dctx.rs159 pub fn build(mut self) -> Result<WasiCtx, Error> { in build()
198 pub struct WasiCtx { struct
204 impl WasiCtx { argument
212 pub fn new(args: &[&str]) -> WasiCtx { in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dctx.rs159 pub fn build(mut self) -> Result<WasiCtx, Error> { in build()
198 pub struct WasiCtx { struct
204 impl WasiCtx { argument
212 pub fn new(args: &[&str]) -> WasiCtx { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/src/
H A Dctx.rs159 pub fn build(mut self) -> Result<WasiCtx, Error> { in build()
198 pub struct WasiCtx { struct
204 impl WasiCtx { implementation
212 pub fn new(args: &[&str]) -> WasiCtx { in new()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/tests/
H A Derrors.rs36 impl<'a> types::UserErrorConversion for WasiCtx<'a> { implementation
49 impl<'a> one_error_conversion::OneErrorConversion for WasiCtx<'a> { implementation
139 impl<'a> types::GuestErrorConversion for WasiCtx<'a> { implementation
161 impl<'a> types::UserErrorConversion for WasiCtx<'a> { implementation
171 impl<'a> two_error_conversions::TwoErrorConversions for WasiCtx<'a> { implementation
H A Dkeywords.rs36 impl<'a> self_::Self_ for WasiCtx<'a> { implementation
H A Dints.rs13 impl<'a> ints::Ints for WasiCtx<'a> { implementation
H A Dhandles.rs14 impl<'a> handle_examples::HandleExamples for WasiCtx<'a> { implementation
H A Dflags.rs13 impl<'a> flags::Flags for WasiCtx<'a> { implementation
H A Datoms.rs12 impl<'a> atoms::Atoms for WasiCtx<'a> { implementation
H A Dpointers.rs12 impl<'a> pointers::Pointers for WasiCtx<'a> { implementation
H A Darrays.rs12 impl<'a> arrays::Arrays for WasiCtx<'a> { implementation
H A Dstrings.rs12 impl<'a> strings::Strings for WasiCtx<'a> { implementation
H A Dunion.rs34 impl<'a> union_example::UnionExample for WasiCtx<'a> { implementation
H A Dwasi.rs32 impl<'a> types::GuestErrorConversion for WasiCtx<'a> { implementation
39 impl<'a> crate::wasi_snapshot_preview1::WasiSnapshotPreview1 for WasiCtx<'a> { implementation
H A Dstructs.rs12 impl<'a> structs::Structs for WasiCtx<'a> { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/
H A Dctx.rs253 pub fn build(&mut self) -> WasiCtxBuilderResult<WasiCtx> { in build()
329 pub struct WasiCtx { struct
336 impl WasiCtx { argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/test-helpers/src/
H A Dlib.rs307 pub struct WasiCtx<'a> { struct
313 impl<'a> WasiCtx<'a> { argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wiggle/test-helpers/examples/
H A Dtracing.rs38 impl<'a> types::UserErrorConversion for WasiCtx<'a> { implementation
55 impl<'a> one_error_conversion::OneErrorConversion for WasiCtx<'a> { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/
H A Dctx.rs325 pub fn build(&mut self) -> WasiCtxBuilderResult<WasiCtx> { in build()
439 pub struct WasiCtx { struct
445 impl WasiCtx { impl
H A Dwasi.rs20 impl types::GuestErrorConversion for WasiCtx { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/fs/
H A Dfile.rs30 pub unsafe fn from_raw_wasi_fd(ctx: &'ctx WasiCtx, fd: types::Fd) -> Self { in from_raw_wasi_fd()
H A Ddir.rs26 pub unsafe fn from_raw_wasi_fd(ctx: &'ctx WasiCtx, fd: types::Fd) -> Self { in from_raw_wasi_fd()

12