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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 86 DWORD dwBufLen = 0;
87 // Set dwBufLen to the size needed to retreive all the requested
89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
90 lpProtocolBuf = (WSAPROTOCOL_INFO*)malloc(dwBufLen);
91 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 51 milliseconds