Searched refs:lpColon (Results 1 – 1 of 1) sorted by relevance
2733 char *lpColon = strchr( szHTTPProxyServer, ':' ); in SendCrashReport() local2735 if ( lpColon ) in SendCrashReport()2739 *lpColon = 0; in SendCrashReport()2740 uProxyPort = (unsigned short)strtoul( lpColon + 1, &endptr, 10 ); in SendCrashReport()