Home | History | Annotate | Download | only in udp

Lines Matching full:num_bytes

251   DWORD num_bytes, flags;
253 &num_bytes, FALSE, &flags);
255 int result = ok ? num_bytes : MapSystemError(WSAGetLastError());
257 if (!ProcessSuccessfulRead(num_bytes, recv_from_address_))
265 bool UDPSocketWin::ProcessSuccessfulRead(int num_bytes, IPEndPoint* address) {
267 read_bytes.Add(num_bytes);
281 DWORD num_bytes, flags;
283 &num_bytes, FALSE, &flags);
285 int result = ok ? num_bytes : MapSystemError(WSAGetLastError());
287 ProcessSuccessfulWrite(num_bytes);
292 void UDPSocketWin::ProcessSuccessfulWrite(int num_bytes) {
294 write_bytes.Add(num_bytes);