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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 85 DWORD dwBufLen = 0;
86 // Set dwBufLen to the size needed to retreive all the requested
88 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
89 lpProtocolBuf = (WSAPROTOCOL_INFO*)malloc(dwBufLen);
90 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 88 milliseconds