Searched refs:http_status (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | http_download.cc | 261 int http_status = 0; in Download() local 262 if (!http_client->GetHttpStatusCode(request.get(), &http_status)) { in Download() 268 if (http_status != 200) { in Download() 271 http_status, url.c_str()); in Download()
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 314 wchar_t http_status[4]; in SendRequestInner() local 315 DWORD http_status_size = sizeof(http_status); in SendRequestInner() 317 static_cast<LPVOID>(&http_status), &http_status_size, in SendRequestInner() 322 int http_response = wcstol(http_status, NULL, 10); in SendRequestInner()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | error_utils.h | 37 grpc_http2_error_code* http_status,
|
/external/libcups/cups/ |
D | testcups.c | 170 http_status_t http_status; /* Status */ in main() local 174 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime, in main() 176 printf("Unable to get PPD: %d (%s)\n", (int)http_status, in main()
|
/external/libcups/backend/ |
D | ipp.c | 222 http_status_t http_status; /* Status of HTTP request */ in main() local 1611 http_status = cupsSendRequest(http, request, resource, length); in main() 1612 if (http_status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA) in main() 1628 http_status = cupsWriteRequestData(http, buffer, (size_t)bytes); in main() 1631 while (http_status == HTTP_STATUS_CONTINUE && in main() 1655 if ((http_status = cupsWriteRequestData(http, buffer, (size_t)bytes)) in main() 1664 if (http_status == HTTP_STATUS_ERROR) in main() 1819 http_status = cupsSendRequest(http, request, resource, 0); in main() 1820 if (http_status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA) in main() 1828 http_status = cupsWriteRequestData(http, buffer, (size_t)bytes); in main() [all …]
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 83 enum http_status { enum
|
/external/libcups/tools/ |
D | ippeveprinter.c | 5622 http_status_t http_status; /* HTTP status */ in process_http() local 5728 while ((http_status = httpUpdate(client->http)) == HTTP_STATUS_CONTINUE); in process_http() 5730 if (http_status != HTTP_STATUS_OK) in process_http() 5848 if ((http_status = authenticate_request(client)) != HTTP_STATUS_CONTINUE) in process_http() 5850 return (respond_http(client, http_status, NULL, NULL, 0)); in process_http()
|