Searched refs:ReportWSAError (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/rtc_base/ |
D | win32_socket_server.cc | 98 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) { in ReportWSAError() function 105 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {} 357 ReportWSAError("WSAAsync:connect", code, addr); in DoConnect() 584 ReportWSAError("WSAAsync:connect notify", error, addr_); in OnSocketNotify() 610 ReportWSAError("WSAAsync:read notify", error, addr_); in OnSocketNotify() 618 ReportWSAError("WSAAsync:write notify", error, addr_); in OnSocketNotify() 626 ReportWSAError("WSAAsync:close notify", error, addr_); in OnSocketNotify()
|