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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc123 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) { function in namespace:rtc
131 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {} function in namespace:rtc
373 ReportWSAError("WSAAsync:connect", code, addr);
625 ReportWSAError("WSAAsync:connect notify", error, addr_);
651 ReportWSAError("WSAAsync:read notify", error, addr_);
659 ReportWSAError("WSAAsync:write notify", error, addr_);
667 ReportWSAError("WSAAsync:close notify", error, addr_);

Completed in 116 milliseconds