Home
last modified time | relevance | path

Searched refs:PIPE_STATE (Results 1 – 10 of 10) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/pipe/
H A Dpipe.c617 } PIPE_STATE; typedef
628 PIPE_STATE *state = (PIPE_STATE *) context; in parse_callback()
705 PIPE_STATE state; in expand_argv()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksproxy.h153 } PIPE_STATE; typedef
200 PIPE_STATE State;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/KernelStreaming/
H A Dmod.rs36 pub State: PIPE_STATE,
7342 pub type PIPE_STATE = i32; typedef
7343 pub const PipeState_DontCare: PIPE_STATE = 0i32;
7344 pub const PipeState_RangeNotFixed: PIPE_STATE = 1i32;
7345 pub const PipeState_RangeFixed: PIPE_STATE = 2i32;
7346 pub const PipeState_CompressionUnknown: PIPE_STATE = 3i32;
7347 pub const PipeState_Finalized: PIPE_STATE = 4i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs87 pub State: PIPE_STATE,
72528 pub struct PIPE_STATE(pub i32); struct
72529 pub const PipeState_DontCare: PIPE_STATE = PIPE_STATE(0i32);
72530 pub const PipeState_RangeNotFixed: PIPE_STATE = PIPE_STATE(1i32);
72531 pub const PipeState_RangeFixed: PIPE_STATE = PIPE_STATE(2i32);
72532 pub const PipeState_CompressionUnknown: PIPE_STATE = PIPE_STATE(3i32);
72533 pub const PipeState_Finalized: PIPE_STATE = PIPE_STATE(4i32);
72534 impl ::std::convert::From<i32> for PIPE_STATE { implementation
72539 unsafe impl ::windows::runtime::Abi for PIPE_STATE { implementation