HomeSort by relevance Sort by last modified time
    Searched refs:_wsaInit (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 144 static bool _wsaInit;
udp_socket2_manager_win.cc 23 bool UdpSocket2ManagerWindows::_wsaInit = false;
41 _wsaInit = WSAStartup(wVersionRequested, &wsaData) == 0;
82 if(_wsaInit)

Completed in 67 milliseconds