Searched refs:dwBufLen (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_win.cc | 86 DWORD dwBufLen = 0; in UdpSocket2Windows() local 89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); in UdpSocket2Windows() 90 lpProtocolBuf = (WSAPROTOCOL_INFO*)malloc(dwBufLen); in UdpSocket2Windows() 91 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen); in UdpSocket2Windows()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2431 … Final int32, dwFlags int32, pbData ptr[inout, int8], pdwDataLen ptr[inout, int32], dwBufLen int32) 2923 …positionStringA(arg0 ptr[inout, intptr], arg1 int32, lpBuf ptr[inout, array[int8]], dwBufLen int32) 2926 …ndidateListA(arg0 ptr[inout, intptr], deIndex int32, lpCandList ptr[inout, intptr], dwBufLen int32) 2927 ImmGetGuideLineA(arg0 ptr[inout, intptr], dwIndex int32, lpBuf ptr[inout, int8], dwBufLen int32) 2936 …1 ptr[inout, intptr], lpSrc ptr[inout, int8], lpDst ptr[inout, intptr], dwBufLen int32, uFlag int3…
|