Lines Matching refs:request
2736 RequestParams request; in SendCrashReport() local
2738 request.success = false; in SendCrashReport()
2739 request.fpin = fptemp; in SendCrashReport()
2740 request.lpServer = REPORT_SERVER; in SendCrashReport()
2741 request.uPort = REPORT_PORT; in SendCrashReport()
2742 request.lpProxyServer = szProxyServer[0] ? szProxyServer : NULL; in SendCrashReport()
2743 request.uProxyPort = uProxyPort; in SendCrashReport()
2744 request.hwndStatus = NULL; in SendCrashReport()
2756 (LPARAM)&request in SendCrashReport()
2759 success = request.success; in SendCrashReport()
2786 HANDLE hSendingThread = (HANDLE)_beginthread( SendingThread, 0, (void *)&request ); in SendCrashReport()
2790 success = request.success; in SendCrashReport()