Searched refs:RTPIPE_C_VALID_MASK (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dpipe.h56 #define RTPIPE_C_VALID_MASK UINT32_C(0x00000003) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp130 AssertReturn(!(fFlags & ~RTPIPE_C_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp121 AssertReturn(!(fFlags & ~RTPIPE_C_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp165 AssertReturn(!(fFlags & ~RTPIPE_C_VALID_MASK), VERR_INVALID_PARAMETER);

Completed in 87 milliseconds