Searched defs:RTPIPEINTERNAL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp64 typedef struct RTPIPEINTERNAL struct
79 } RTPIPEINTERNAL; typedef in typeref:struct:RTPIPEINTERNAL
85 /** @name RTPIPEINTERNAL::u32State defines
177 RTPIPEINTERNAL *pThisR = (RTPIPEINTERNAL *)RTMemAlloc(sizeof(RTPIPEINTERNAL));
180 RTPIPEINTERNAL *pThisW = (RTPIPEINTERNAL *)RTMemAlloc(sizeof(RTPIPEINTERNAL));
217 RTPIPEINTERNAL *pThi
[all...]
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp62 typedef struct RTPIPEINTERNAL struct
86 } RTPIPEINTERNAL; typedef in typeref:struct:RTPIPEINTERNAL
95 static int rtPipeOs2EnsureSem(RTPIPEINTERNAL *pThis)
175 RTPIPEINTERNAL *pThisR = (RTPIPEINTERNAL *)RTMemAllocZ(sizeof(RTPIPEINTERNAL));
178 RTPIPEINTERNAL *pThisW = (RTPIPEINTERNAL *)RTMemAllocZ(sizeof(RTPIPEINTERNAL));
231 RTPIPEINTERNAL *pThi
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp60 typedef struct RTPIPEINTERNAL struct
94 } RTPIPEINTERNAL; typedef in typeref:struct:RTPIPEINTERNAL
151 static bool rtPipeQueryInfo(RTPIPEINTERNAL *pThis, FILE_PIPE_LOCAL_INFORMATION *pInfo)
257 RTPIPEINTERNAL *pThisR = (RTPIPEINTERNAL *)RTMemAllocZ(sizeof(RTPIPEINTERNAL));
260 RTPIPEINTERNAL *pThisW = (RTPIPEINTERNAL *)RTMemAllocZ(sizeof(RTPIPEINTERNAL));
335 static int rtPipeWriteCheckCompletion(RTPIPEINTERNAL *pThi
[all...]

Completed in 35 milliseconds