Lines Matching refs:bytes
271 DWORD bytes, flags; in uv__udp_queue_recv() local
289 &bytes, in uv__udp_queue_recv()
297 req->u.io.overlapped.InternalHigh = bytes; in uv__udp_queue_recv()
362 DWORD result, bytes; in uv__send() local
372 &bytes, in uv__send()
447 DWORD bytes, err, flags; in uv__process_udp_recv_req() local
473 &bytes, in uv__process_udp_recv_req()
482 handle->recv_cb(handle, bytes, &buf, (const struct sockaddr*) &from, 0); in uv__process_udp_recv_req()
488 bytes, in uv__process_udp_recv_req()
1099 DWORD bytes; in uv__udp_try_send() local
1132 &bytes, in uv__udp_try_send()
1142 return bytes; in uv__udp_try_send()