Searched refs:stream_drop_readable (Results 1 – 7 of 7) sorted by relevance
65 fn stream_drop_readable(_: u32); in stream_drop_readable() function68 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function201 stream_drop_readable(rx); in callback_start()
64 fn stream_drop_readable(_: u32); in stream_drop_readable() function67 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function245 stream_drop_readable(stream); in callback_start()
89 fn stream_drop_readable(_: u32); in stream_drop_readable() function92 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function334 stream_drop_readable(stream); in callback_start()
171 stream_drop_readable(vmctx: vmctx, caller_instance: u32, ty: u32, reader: u32) -> bool;
1199 fn stream_drop_readable( in stream_drop_readable() function1206 instance.stream_drop_readable(store, TypeStreamTableIndex::from_u32(ty), reader) in stream_drop_readable()
452 host::stream_drop_readable, in translate()
4285 pub(crate) fn stream_drop_readable( in stream_drop_readable() method