Home
last modified time | relevance | path

Searched defs:response (Results 1 - 25 of 226) sorted by relevance

12345678910

/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-01-download-rfc.py8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt') variable
/third_party/curl/lib/vauth/
H A Dcram.c67 char *response; in Curl_auth_create_cram_md5_message() local
H A Dgsasl.c104 char *response; in Curl_auth_gsasl_token() local
/third_party/node/test/parallel/
H A Dtest-whatwg-url-toascii.js
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dchap.c15 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 Dchap.c15 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 Dconformance_php.php31 $response = new \Conformance\ConformanceResponse(); variable
102 $response = doTest($request); global() variable
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dhellobrowser.c24 struct MHD_Response *response; in answer_to_connection() local
H A Dbasicauthentication.c30 struct MHD_Response *response; in answer_to_connection() local
H A Dresponseheaders.c28 struct MHD_Response *response; in answer_to_connection() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c116 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 Derror.py14 import urllib.response namespace
/third_party/python/Lib/test/
H A Dtest_urllib_response.py5 import urllib.response namespace
/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs28 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 Dhttp_digest.c79 char *response; in Curl_output_digest() local
/third_party/libcoap/tests/
H A Dtest_error_response.c34 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 Dmessage-handler.c105 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 Dchunked_example.c49 struct MHD_Response *response; in ahc_echo() local
H A Ddual_stack_example.c40 struct MHD_Response *response; in ahc_echo() local
H A Dminimal_example.c40 struct MHD_Response *response; in ahc_echo() local
H A Dminimal_example_comet.c47 struct MHD_Response *response; in ahc_echo() local
H A Dquerystring_example.c43 struct MHD_Response *response; in ahc_echo() local
H A Drefuse_post_example.c46 struct MHD_Response *response; in ahc_echo() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_session_info.c49 struct MHD_Response *response; in query_session_ahc() local
/third_party/skia/tools/skiaserve/
H A DResponse.cpp47 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...]

Completed in 6 milliseconds

12345678910