Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 25 of 29) sorted by relevance

12

/third_party/lwip/src/apps/smtp/
Dsmtp.c1268 u16_t response_code = 0; in smtp_process() local
1303 response_code = smtp_is_response(s); in smtp_process()
1304 if (response_code) { in smtp_process()
1305 LWIP_DEBUGF(SMTP_DEBUG_TRACE, ("smtp_process: received response code: %d\n", response_code)); in smtp_process()
1307 …WIP_DEBUGF(SMTP_DEBUG_TRACE, ("smtp_process: partly received response code: %d\n", response_code)); in smtp_process()
1325 if (response_code == 220) { in smtp_process()
1332 if (response_code == 250) { in smtp_process()
1341 if (response_code == 235) { in smtp_process()
1350 if (response_code == 334) { in smtp_process()
1359 if (response_code == 334) { in smtp_process()
[all …]
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c84 int response_code; member
299 pss->response_code = HTTP_STATUS_INTERNAL_SERVER_ERROR; in file_upload_cb()
313 pss->response_code = in file_upload_cb()
342 pss->response_code = HTTP_STATUS_OK; in file_upload_cb()
581 pss->response_code = HTTP_STATUS_SERVICE_UNAVAILABLE; in callback_deaddrop()
622 (unsigned int)pss->response_code, in callback_deaddrop()
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.cc209 int response_code, in SendHttpResponse() argument
234 _struct->send_http_response(_struct, connection_id, response_code, in SendHttpResponse()
Dserver_ctocpp.h50 int response_code,
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc210 int response_code, in server_send_http_response() argument
233 connection_id, response_code, CefString(content_type), content_length, in server_send_http_response()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_post.c540 long response_code; in testMultithreadedPostCancelPart() local
603 if (CURLE_OK != (cc = curl_easy_getinfo(c, CURLINFO_RESPONSE_CODE, &response_code))) in testMultithreadedPostCancelPart()
609 if (!result && (response_code != 500)) in testMultithreadedPostCancelPart()
611 fprintf(stderr, "Unexpected response code: %ld\n", response_code); in testMultithreadedPostCancelPart()
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c131 wsi->http.cgi->response_code = HTTP_STATUS_OK; in lws_cgi()
479 wsi->http.cgi->response_code); in lws_cgi_write_split_stdout_headers()
481 (unsigned int)wsi->http.cgi->response_code, in lws_cgi_write_split_stdout_headers()
720 wsi->http.cgi->response_code = in lws_cgi_write_split_stdout_headers()
723 wsi->http.cgi->response_code); in lws_cgi_write_split_stdout_headers()
761 wsi->http.cgi->response_code = 302; in lws_cgi_write_split_stdout_headers()
Dprivate-lib-roles-cgi.h80 int response_code; member
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md89 response_code: 0,
121 response_code: 0,
156 response_code: 0,
204 response_code: 0,
/third_party/cef/include/
Dcef_server.h171 int response_code,
/third_party/cef/libcef/browser/
Dserver_impl.cc273 int response_code, in SendHttpResponse() argument
279 connection_id, response_code, content_type, in SendHttpResponse()
298 static_cast<net::HttpStatusCode>(response_code)); in SendHttpResponse()
Dserver_impl.h45 int response_code,
/third_party/cef/include/capi/
Dcef_server_capi.h154 int response_code,
/third_party/cef/tests/ceftests/
Dtest_server.cc471 const int response_code = response->GetStatus(); in SendResponse() local
478 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
Dserver_unittest.cc702 int response_code; member
729 connection_id, response.response_code, response.content_type, in SendHttpServerResponse()
777 EXPECT_EQ(expected_response.response_code, response->GetStatus()); in VerifyHttpServerResponse()
974 response.response_code = 202; in CreateCustom()
Dcookie_unittest.cc1389 int response_code = response->GetStatus(); in SendResponse() local
1396 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
/third_party/node/deps/npm/lib/
Dhook.js111 hook.response_code
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h167 unsigned char response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */ member
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h252 unsigned int response_code; member
Dheader.c317 wsi->http.response_code = code; in lws_add_http_header_status()
/third_party/cef/libcef/common/
Dresponse_impl.cc186 status_code_ = headers.response_code(); in SetResponseHeaders()
/third_party/python/Lib/test/
Dtest_urllib2_localnet.py422 response_code, headers, body = responses.pop(0)
424 self.send_response(response_code)
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc86 responseCode = rh->response_code(); in BuildObjectForResponse()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c1641 switch (ssh.response_code) { in sg_get_sense_str()
1670 ssh.response_code); in sg_get_sense_str()
1958 sshp->response_code = resp_code; in sg_scsi_normalize_sense()
1959 if (sshp->response_code >= 0x72) { /* descriptor format */ in sg_scsi_normalize_sense()
/third_party/cef/libcef/browser/net_service/
Dstream_reader_url_loader.cc694 pending_headers->response_code()), in ContinueWithResponseHeaders()

12