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.cpp2695 TCHAR *lpHttpStart = _tcsstr( tszProxyServers, TEXT("http=") ); in SendCrashReport() local
2697 if ( lpHttpStart ) in SendCrashReport()
2698 lpHttpStart += 5; in SendCrashReport()
2700 lpHttpStart = tszProxyServers; in SendCrashReport()
2702 TCHAR *lpHttpEnd = _tcschr( lpHttpStart, ';' ); in SendCrashReport()
2708 …WideCharToMultiByte( CP_ACP, 0, lpHttpStart, -1, szHTTPProxyServer, sizeof(szHTTPProxyServer), NUL… in SendCrashReport()

Completed in 19 milliseconds