Searched refs:RTPipeQueryReadable (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Dpipe.h219 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable);
H A Dmangling.h1092 # define RTPipeQueryReadable RT_MANGLER(RTPipeQueryReadable) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp356 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
367 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
373 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
379 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
385 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
392 RTTESTI_CHECK_RC_RETV(RTPipeQueryReadable(hPipeR, &cbRead), VINF_SUCCESS);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp648 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) function
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp385 rc2 = RTPipeQueryReadable(*phPipeR, &cbReadable);
446 rc = RTPipeQueryReadable(*phPipeR, &cbReadable);
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp850 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) function
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1150 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) function

Completed in 99 milliseconds