Home
last modified time | relevance | path

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

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2718 TCHAR *lpHttpStart = _tcsstr( tszProxyServers, TEXT("http=") ); in SendCrashReport() local
2720 if ( lpHttpStart ) in SendCrashReport()
2721 lpHttpStart += 5; in SendCrashReport()
2723 lpHttpStart = tszProxyServers; in SendCrashReport()
2725 TCHAR *lpHttpEnd = _tcschr( lpHttpStart, ';' ); in SendCrashReport()
2731 …WideCharToMultiByte( CP_ACP, 0, lpHttpStart, -1, szHTTPProxyServer, sizeof(szHTTPProxyServer), NUL… in SendCrashReport()