Home
last modified time | relevance | path

Searched refs:response (Results 501 - 519 of 519) sorted by relevance

1...<<21

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c1446 * the EAP request if no response is received. in eap_sm_calculateTimeout()
2076 const u8 *challenge, const u8 *response) in eap_server_mschap_rx_callback()
2087 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24, in eap_server_mschap_rx_callback()
2074 eap_server_mschap_rx_callback(struct eap_sm *sm, const char *source, const u8 *username, size_t username_len, const u8 *challenge, const u8 *response) eap_server_mschap_rx_callback() argument
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex803 The new registry schema, scripts, and databases are evolving in response
807 \code{gl.xml} will evolve in response to schema changes, to new
/third_party/curl/lib/
H A Dsmtp.c179 smtp_get_message, /* Get SASL response message */
205 * also detects various capabilities from the EHLO response including the
219 /* Do we have a command response? This should be the response code followed in smtp_endofresp()
222 only send the response code instead as per Section 4.2. */ in smtp_endofresp()
235 /* Do we have a multiline (continuation) response? */ in smtp_endofresp()
239 *resp = 1; /* Internal response code */ in smtp_endofresp()
249 * Gets the authentication message from the response buffer.
437 /* Send the AUTH command with the initial response */ in smtp_perform_auth()
844 failf(data, "Got unexpected smtp-server response in smtp_state_servergreet_resp()
[all...]
H A Durldata.h115 /* Default FTP/IMAP etc response timeout in milliseconds */
347 /* Struct used for Digest challenge-response authentication */
415 /* Struct used for NTLM challenge-response authentication */
445 char *response; /* The generated base64 ntlm type-1/type-3 message */
627 UPGR101_RECEIVED, /* 101 response received */
673 a following second response code) result
740 BIT(ignorebody); /* we read a response-body but we ignore it! */
741 BIT(http_bodyless); /* HTTP response status code is between 100 and 199,
751 BIT(no_body); /* the response has no body */
819 allow the protocol to do extra handling in writing response t
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex202 The \Func{resume} call-back is invoked only in response to a call to
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c252 (unsigned int)cm.protocol_specific.http.response); in lws_conmon_ss_json()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c131 /* it's h1 alright... what's his logical response code? */ in lws_http_client_socket_service()
386 /* interpret the server response in lws_http_client_socket_service()
398 * coalesce both handshake response and websocket traffic in lws_http_client_socket_service()
712 wsi->conmon.protocol_specific.http.response = n; in lws_client_interpret_server_handshake()
945 * of any other response code than 101. in lws_client_interpret_server_handshake()
996 * Did we get a response from the server with an explicit in lws_client_interpret_server_handshake()
/third_party/python/Lib/
H A Dimaplib.py51 # In the modern world (eg: gmail) the response to, for example, a
116 # We no longer exclude the ']' character from the data portion of the response
119 # produce them. The problem with this is if the 'text' portion of the response
120 # includes a ']' we'll parse the response wrong (which is the point of the RFC
162 tagged response, or untagged results from command. Each 'data'
164 is the header of the response, and the second part contains
192 self.tagged_commands = {} # Tagged commands awaiting response
194 self.continuation_response = '' # Last continuation response
229 # and compile tagged response matcher.
237 # request and store CAPABILITY response
380 def response(self, code): global() member in IMAP4
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex882 The new registry schema, scripts, and databases are evolving in response
886 \code{gl.xml} will evolve in response to schema changes, to new
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c4602 char *response = NULL; in command_send_object_message() local
4630 ret = pa_message_handler_send_message(c->protocol->core, object_path, message, message_parameters, &response); in command_send_object_message()
4638 pa_tagstruct_puts(reply, response); in command_send_object_message()
4639 pa_xfree(response); in command_send_object_message()
/third_party/python/Lib/test/
H A Dtest_smtplib.py755 # test response of client to a non-successful HELO message
866 self.push('501 Syntax: AUTH <mechanism> [initial-response]')
897 self.push('535 Splitting response {!r} into user and password'
928 self.push('535 Splitting response {!r} into user and password '
1359 # server is set up to munge the EHLO response, so we need to provide
1496 # RFC 4954's AUTH command allows for an optional initial-response.
1502 # AUTH PLAIN <initial-response> with the response base 64
1503 # encoded. Hard code the expected response for the test.
1557 code, response
[all...]
H A Dtest_ssl.py5107 response = connection.getresponse()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c6649 /* increate dwell time to receive probe response or detect Beacon in wl_cfg80211_connect()
6849 /* No response from firmware. Indicate connect result in wl_cfg80211_wait_for_disconnection()
7708 wl_stats_report_t *request = NULL, *response = NULL; in wl_cfg80211_ifstats_counters() local
7792 /* Reuse request to process response */ in wl_cfg80211_ifstats_counters()
7793 response = (wl_stats_report_t *)pbuf; in wl_cfg80211_ifstats_counters()
7796 if (response->version != WL_STATS_REPORT_REQUEST_VERSION_V2) { in wl_cfg80211_ifstats_counters()
7801 xtlv = (bcm_xtlv_t *)(response->data); in wl_cfg80211_ifstats_counters()
7807 if ((response->length > WLC_IOCTL_MEDLEN) || in wl_cfg80211_ifstats_counters()
7808 (response->length < expected_resp_len)) { in wl_cfg80211_ifstats_counters()
7810 WL_ERR(("Illegal response lengt in wl_cfg80211_ifstats_counters()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4594 ArkUI_Float32 response, ArkUI_Float32 dampingFraction, ArkUI_Float32 overlapDuration);
4596 ArkUI_Float32 response, ArkUI_Float32 dampingFraction, ArkUI_Float32 overlapDuration);
/third_party/node/deps/llhttp/src/
H A Dllhttp.c7878 state->reason = "Invalid response status"; in llhttp__internal__run()
15803 state->reason = "Invalid response status"; in llhttp__internal__run()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs508 pub response: __u32,
/third_party/typescript/lib/
H A Dtsserver.js9379 Unterminated_quoted_string_in_response_file_0: diag(6045, ts.DiagnosticCategory.Error, "Unterminated_quoted_string_in_response_file_0_6045", "Unterminated quoted string in response file '{0}'."),
[all...]
H A Dtsserverlibrary.js9378 Unterminated_quoted_string_in_response_file_0: diag(6045, ts.DiagnosticCategory.Error, "Unterminated_quoted_string_in_response_file_0_6045", "Unterminated quoted string in response file '{0}'."),
[all...]
H A DtypingsInstaller.js9359 Unterminated_quoted_string_in_response_file_0: diag(6045, ts.DiagnosticCategory.Error, "Unterminated_quoted_string_in_response_file_0_6045", "Unterminated quoted string in response file '{0}'."),
[all...]

Completed in 177 milliseconds

1...<<21