Home
last modified time | relevance | path

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

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2710 char *lpColon = strchr( szHTTPProxyServer, ':' ); in SendCrashReport() local
2712 if ( lpColon ) in SendCrashReport()
2716 *lpColon = 0; in SendCrashReport()
2717 uProxyPort = (unsigned short)strtoul( lpColon + 1, &endptr, 10 ); in SendCrashReport()

Completed in 23 milliseconds