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