Searched refs:http_status (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 174 wchar_t http_status[4]; in SendRequest() local 175 DWORD http_status_size = sizeof(http_status); in SendRequest() 177 static_cast<LPVOID>(&http_status), &http_status_size, in SendRequest() 182 int http_response = wcstol(http_status, NULL, 10); in SendRequest()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | error_utils.h | 37 grpc_http2_error_code* http_status,
|
/external/libcups/cups/ |
D | testcups.c | 175 http_status_t http_status; /* Status */ in main() local 179 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime, in main() 181 printf("Unable to get PPD: %d (%s)\n", (int)http_status, in main()
|