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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp648 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) argument
654 AssertPtrReturn(pcbReadable, VERR_INVALID_POINTER);
661 *pcbReadable = cb;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp850 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) argument
856 AssertPtrReturn(pcbReadable, VERR_INVALID_POINTER);
869 *pcbReadable = Avail.cbpipe;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1150 RTDECL(int) RTPipeQueryReadable(RTPIPE hPipe, size_t *pcbReadable) argument
1156 AssertPtrReturn(pcbReadable, VERR_INVALID_POINTER);
1164 *pcbReadable = cbAvailable;

Completed in 38 milliseconds