Searched refs:PostRecv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.h80 int32_t PostRecv();
82 int32_t PostRecv(PerIoContext* pIoContext);
H A Dudp_socket2_win.cc304 if(PostRecv())
462 // to post a new PostRecv(..).
533 int32_t err = PostRecv(pIOContext);
553 int32_t UdpSocket2Windows::PostRecv() function in class:webrtc::test::UdpSocket2Windows
559 "UdpSocket2Windows(%d)::PostRecv(), pIoContext == 0",
566 return PostRecv(pIoContext);
569 int32_t UdpSocket2Windows::PostRecv(PerIoContext* pIoContext) function in class:webrtc::test::UdpSocket2Windows
574 "UdpSocket2Windows(%d)::PostRecv(?), pIoContext==0",
625 "UdpSocket2Windows(%d)::PostRecv(?), WSAerror:%d when\
659 "UdpSocket2Windows(%d)::PostRecv(
[all...]

Completed in 129 milliseconds