Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/third_party/nghttp2/src/
Dshrpx_mruby_module_response.cc53 const auto &resp = downstream->response(); in response_get_http_version_major() local
62 const auto &resp = downstream->response(); in response_get_http_version_minor() local
71 const auto &resp = downstream->response(); in response_get_status() local
80 auto &resp = downstream->response(); in response_set_status() local
100 const auto &resp = downstream->response(); in response_get_headers() local
110 auto &resp = downstream->response(); in response_mod_header() local
194 auto &resp = downstream->response(); in response_clear_headers() local
207 auto &resp = downstream->response(); in response_return() local
283 auto &resp = downstream->response(); in response_send_info() local
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c433 _find_response (gconstpointer resp, gconstpointer comp_resp) in _find_response()
457 _find_request (gconstpointer resp, gconstpointer req) in _find_request()
473 mfxFrameAllocResponse * resp) in gst_msdk_context_get_cached_alloc_responses()
500 create_surfaces (GstMsdkContext * context, GstMsdkAllocResponse * resp) in create_surfaces()
525 remove_surfaces (GstMsdkContext * context, GstMsdkAllocResponse * resp) in remove_surfaces()
534 GstMsdkAllocResponse * resp) in gst_msdk_context_add_alloc_response()
544 mfxFrameAllocResponse * resp) in gst_msdk_context_remove_alloc_response()
566 check_surfaces_available (GstMsdkContext * context, GstMsdkAllocResponse * resp) in check_surfaces_available()
599 mfxFrameAllocResponse * resp) in gst_msdk_context_get_surface_available()
647 mfxFrameAllocResponse * resp, mfxFrameSurface1 * surface) in gst_msdk_context_put_surface_locked()
[all …]
Dgstmsdkallocator_d3d.c37 mfxFrameAllocResponse * resp) in gst_msdk_frame_alloc()
43 gst_msdk_frame_free (mfxHDL pthis, mfxFrameAllocResponse * resp) in gst_msdk_frame_free()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
DServletMain.java63 …protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, I… in doPost()
128 …protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IO… in doGet()
155 HttpServletResponse resp, in handleSingleNumberMigration()
200 public void handleFileMigration(HttpServletRequest req, HttpServletResponse resp, in handleFileMigration()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant_sd.c183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty()
202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail()
210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request()
217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found()
226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour()
289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour()
360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp()
396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp()
478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd()
558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant_sd.c183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty()
202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail()
210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request()
217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found()
226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour()
289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour()
360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp()
396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp()
478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd()
558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp()
[all …]
/third_party/grpc/test/cpp/end2end/
Dinterceptors_util.cc35 EchoResponse resp; in MakeCall() local
48 EchoResponse resp; in MakeClientStreamingCall() local
68 EchoResponse resp; in MakeServerStreamingCall() local
84 EchoResponse resp; in MakeBidiStreamingCall() local
163 EchoResponse resp; in MakeCallbackCall() local
Dmock_test.cc196 EchoResponse resp; in TEST_F() local
225 EchoResponse resp; in TEST_F() local
238 EchoResponse resp; in TEST_F() local
259 std::string resp(""); in RequestStream() local
347 EchoResponse resp; in TEST_F() local
363 EchoResponse resp; in TEST_F() local
/third_party/grpc/examples/cpp/keyvaluestore/
Dcaching_interceptor.h83 keyvaluestore::Response resp; in Intercept() local
96 keyvaluestore::Response* resp = in Intercept() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_callback.h313 void StartWrite(const Response* resp) { in StartWrite()
323 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite()
351 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish()
377 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
590 void StartWrite(const Response* resp) { in StartWrite()
593 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite()
607 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish()
624 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
Dserver_callback_impl.h313 void StartWrite(const Response* resp) { in StartWrite()
323 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite()
351 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish()
377 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
595 void StartWrite(const Response* resp) { in StartWrite()
598 void StartWrite(const Response* resp, ::grpc::WriteOptions options) { in StartWrite()
612 void StartWriteAndFinish(const Response* resp, ::grpc::WriteOptions options, in StartWriteAndFinish()
629 void StartWriteLast(const Response* resp, ::grpc::WriteOptions options) { in StartWriteLast()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_ttls.c243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate()
339 struct wpabuf **resp) in eap_ttls_phase2_eap_process()
365 u8 method, struct wpabuf **resp) in eap_ttls_phase2_request_eap_method()
437 struct wpabuf **resp) in eap_ttls_phase2_request_eap()
479 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2()
574 struct wpabuf **resp) in eap_ttls_phase2_request_mschap()
677 struct wpabuf **resp) in eap_ttls_phase2_request_pap()
731 struct wpabuf **resp) in eap_ttls_phase2_request_chap()
813 struct wpabuf **resp) in eap_ttls_phase2_request()
1065 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_ttls.c243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate()
351 struct wpabuf **resp) in eap_ttls_phase2_eap_process()
378 struct wpabuf **resp) in eap_ttls_phase2_request_eap_method()
452 struct wpabuf **resp) in eap_ttls_phase2_request_eap()
508 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2()
603 struct wpabuf **resp) in eap_ttls_phase2_request_mschap()
706 struct wpabuf **resp) in eap_ttls_phase2_request_pap()
760 struct wpabuf **resp) in eap_ttls_phase2_request_chap()
842 struct wpabuf **resp) in eap_ttls_phase2_request()
1094 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response()
[all …]
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_InnerVarNameConflict.ts14 const resp = await fetch("https://typescriptlang.org"); constant
DconvertToAsyncFunction_InnerPromiseRet.ts14 const resp = await fetch("https://typescriptlang.org"); constant
DconvertToAsyncFunction_MultipleReturns1.ts21 const resp = await x; constant
DconvertToAsyncFunction_InnerPromiseRetBinding1.ts14 const resp = await fetch("https://typescriptlang.org"); constant
DconvertToAsyncFunction_InnerPromise.ts15 const resp = await fetch("https://typescriptlang.org"); constant
DconvertToAsyncFunction_InnerPromiseRetBinding2.ts14 const resp = await fetch("https://typescriptlang.org"); constant
DconvertToAsyncFunction_MultipleReturns2.ts22 const resp = await x; constant
DconvertToAsyncFunction_InnerPromiseSimple.ts14 const resp = await fetch("https://typescriptlang.org"); constant
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dgas_server.c39 struct wpabuf *resp; member
97 struct wpabuf *resp; in gas_server_send_resp() local
172 struct wpabuf *resp; in gas_server_rx_initial_req() local
263 struct wpabuf *resp; in gas_server_handle_rx_comeback_req() local
472 struct wpabuf *resp) in gas_server_set_resp()
556 void (*status_cb)(void *ctx, struct wpabuf *resp, in gas_server_register()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspextension.c89 gst_rtsp_extension_detect_server (GstRTSPExtension * ext, GstRTSPMessage * resp) in gst_rtsp_extension_detect_server()
116 GstRTSPMessage * resp) in gst_rtsp_extension_after_send()
211 GstRTSPMessage * resp) in gst_rtsp_extension_send()
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc22 grpc_gcp_HandshakerResp* resp, upb_arena* arena, uint32_t max_major, in grpc_gcp_handshaker_resp_set_peer_rpc_versions()
50 grpc_gcp_HandshakerReq* resp = grpc_gcp_HandshakerReq_parse( in grpc_gcp_handshaker_req_decode() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client_ocsp.c113 const u8 *resp, size_t len, in tls_process_ocsp_single_response()
313 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses()
346 const u8 *resp, size_t len) in tls_process_basic_ocsp_response()
649 const u8 *resp, size_t len) in tls_process_ocsp_response()

12345678910>>...15