/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 1268 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/ |
D | protocol_lws_deaddrop.c | 84 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/ |
D | server_ctocpp.cc | 209 int response_code, in SendHttpResponse() argument 234 _struct->send_http_response(_struct, connection_id, response_code, in SendHttpResponse()
|
D | server_ctocpp.h | 50 int response_code,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | server_cpptoc.cc | 210 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/ |
D | test_post.c | 540 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/ |
D | cgi-server.c | 131 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()
|
D | private-lib-roles-cgi.h | 80 int response_code; member
|
/third_party/node/deps/npm/node_modules/libnpmhook/ |
D | README.md | 89 response_code: 0, 121 response_code: 0, 156 response_code: 0, 204 response_code: 0,
|
/third_party/cef/include/ |
D | cef_server.h | 171 int response_code,
|
/third_party/cef/libcef/browser/ |
D | server_impl.cc | 273 int response_code, in SendHttpResponse() argument 279 connection_id, response_code, content_type, in SendHttpResponse() 298 static_cast<net::HttpStatusCode>(response_code)); in SendHttpResponse()
|
D | server_impl.h | 45 int response_code,
|
/third_party/cef/include/capi/ |
D | cef_server_capi.h | 154 int response_code,
|
/third_party/cef/tests/ceftests/ |
D | test_server.cc | 471 const int response_code = response->GetStatus(); in SendResponse() local 478 server->SendHttpResponse(connection_id, response_code, content_type, in SendResponse()
|
D | server_unittest.cc | 702 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()
|
D | cookie_unittest.cc | 1389 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/ |
D | hook.js | 111 hook.response_code
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 167 unsigned char response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */ member
|
/third_party/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 252 unsigned int response_code; member
|
D | header.c | 317 wsi->http.response_code = code; in lws_add_http_header_status()
|
/third_party/cef/libcef/common/ |
D | response_impl.cc | 186 status_code_ = headers.response_code(); in SetResponseHeaders()
|
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 422 response_code, headers, body = responses.pop(0) 424 self.send_response(response_code)
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_frontend.cc | 86 responseCode = rh->response_code(); in BuildObjectForResponse()
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 1641 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/ |
D | stream_reader_url_loader.cc | 694 pending_headers->response_code()), in ContinueWithResponseHeaders()
|