Home
last modified time | relevance | path

Searched refs:WSAErrorToString (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32socketserver.cc59 LPCSTR WSAErrorToString(int error, LPCSTR *description_result) { in WSAErrorToString() function
128 LPCSTR error_string = WSAErrorToString(error, &description_string); in ReportWSAError()