Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds