/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-01-download-rfc.py | 8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt') variable
|
/third_party/curl/lib/vauth/ |
H A D | cram.c | 67 char *response; in Curl_auth_create_cram_md5_message() local
|
H A D | gsasl.c | 104 char *response; in Curl_auth_gsasl_token() local
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-url-toascii.js | |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | chap.c | 15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) chap_md5() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | chap.c | 15 chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, size_t challenge_len, u8 *response) chap_md5() argument
|
/third_party/protobuf/conformance/ |
H A D | conformance_php.php | 31 $response = new \Conformance\ConformanceResponse(); variable 102 $response = doTest($request); global() variable [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | hellobrowser.c | 24 struct MHD_Response *response; in answer_to_connection() local
|
H A D | basicauthentication.c | 30 struct MHD_Response *response; in answer_to_connection() local
|
H A D | responseheaders.c | 28 struct MHD_Response *response; in answer_to_connection() local
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | basicauth.c | 116 MHD_queue_basic_auth_fail_response(struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) MHD_queue_basic_auth_fail_response() argument
|
/third_party/python/Lib/urllib/ |
H A D | error.py | 14 import urllib.response namespace
|
/third_party/python/Lib/test/ |
H A D | test_urllib_response.py | 5 import urllib.response namespace
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | connect_bind_send.rs | 28 let mut response = [0_u8; 128]; in net_v4_connect_any() variables 67 let mut response = [0_u8; 128]; in net_v6_connect_any() variables 103 let mut response = [0_u8; 128]; in net_v4_connect() variables 146 let mut response in net_v6_connect() variables 178 let mut response = [0_u8; 128]; net_v4_bind_any() variables 217 let mut response = [0_u8; 128]; net_v6_bind_any() variables 253 let mut response = [0_u8; 128]; net_v4_sendto() variables 298 let mut response = [0_u8; 128]; net_v6_sendto() variables 333 let mut response = [0_u8; 128]; net_v4_sendto_any() variables 375 let mut response = [0_u8; 128]; net_v6_sendto_any() variables 424 let mut response = [0_u8; 128]; net_v4_acceptfrom() variables 478 let mut response = [0_u8; 128]; net_v6_acceptfrom() variables [all...] |
/third_party/curl/lib/ |
H A D | http_digest.c | 79 char *response; in Curl_output_digest() local
|
/third_party/libcoap/tests/ |
H A D | test_error_response.c | 34 coap_pdu_t *response; in t_error_response1() local 63 coap_pdu_t *response; t_error_response2() local 93 coap_pdu_t *response; t_error_response3() local 132 coap_pdu_t *response; t_error_response4() local 173 coap_pdu_t *response; t_error_response5() local 214 coap_pdu_t *response; t_error_response6() local 255 coap_pdu_t *response; t_error_response7() local 291 coap_pdu_t *response; t_error_response8() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | message-handler.c | 105 int pa_message_handler_send_message(pa_core *c, const char *object_path, const char *message, const char *message_parameters, char **response) { in pa_message_handler_send_message() argument
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 49 struct MHD_Response *response; in ahc_echo() local
|
H A D | dual_stack_example.c | 40 struct MHD_Response *response; in ahc_echo() local
|
H A D | minimal_example.c | 40 struct MHD_Response *response; in ahc_echo() local
|
H A D | minimal_example_comet.c | 47 struct MHD_Response *response; in ahc_echo() local
|
H A D | querystring_example.c | 43 struct MHD_Response *response; in ahc_echo() local
|
H A D | refuse_post_example.c | 46 struct MHD_Response *response; in ahc_echo() local
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_session_info.c | 49 struct MHD_Response *response; in query_session_ahc() local
|
/third_party/skia/tools/skiaserve/ |
H A D | Response.cpp | 47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() local 56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() local 66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() local 83 MHD_Response* response = MHD_create_response_from_buffer( SendTemplate() local [all...] |