Searched refs:ReportWSAError (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32socketserver.cc | 126 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) { in ReportWSAError() function 134 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {} in ReportWSAError() function 376 ReportWSAError("WSAAsync:connect", code, addr); in DoConnect() 628 ReportWSAError("WSAAsync:connect notify", error, addr_); in OnSocketNotify() 654 ReportWSAError("WSAAsync:read notify", error, addr_); in OnSocketNotify() 662 ReportWSAError("WSAAsync:write notify", error, addr_); in OnSocketNotify() 670 ReportWSAError("WSAAsync:close notify", error, addr_); in OnSocketNotify()
|