Searched refs:lpColon (Results 1 – 1 of 1) sorted by relevance
2710 char *lpColon = strchr( szHTTPProxyServer, ':' ); in SendCrashReport() local2712 if ( lpColon ) in SendCrashReport()2716 *lpColon = 0; in SendCrashReport()2717 uProxyPort = (unsigned short)strtoul( lpColon + 1, &endptr, 10 ); in SendCrashReport()
Completed in 30 milliseconds