Home
last modified time | relevance | path

Searched refs:get_config (Results 1 – 25 of 62) sorted by relevance

123

/third_party/nghttp2/src/
DHttpServer.cc127 auto config = hd->get_config(); in stream_timeout_cb()
289 const Config *get_config() const { return config_; } in get_config() function in nghttp2::Sessions
460 auto config = handler->get_config();
489 if (hd->get_config()->verbose) { in on_session_closed()
647 if (get_config()->hexdump) { in read_clear()
724 if (sessions_->get_config()->verbose) { in tls_handshake()
739 if (sessions_->get_config()->verbose) { in tls_handshake()
771 if (get_config()->hexdump) { in read_tls()
849 auto config = sessions_->get_config(); in connection_made()
905 if (sessions_->get_config()->verbose) { in verify_npn_result()
[all …]
Dshrpx_connection_handler.cc128 worker_round_robin_cnt_(get_config()->api.enabled ? 1 : 0), in ConnectionHandler()
255 auto config = get_config(); in create_single_worker()
346 auto config = get_config(); in create_worker_thread()
465 (void)reopen_log_files(get_config()->logging); in graceful_shutdown_worker()
480 auto config = get_config(); in handle_connection()
653 get_config()->tls.ocsp.fetch_ocsp_response_file.c_str()), in start_ocsp_update()
731 auto config = get_config(); in handle_ocsp_complete()
800 ev_timer_set(&ocsp_timer_, get_config()->tls.ocsp.update_interval, 0.); in proceed_next_cert_ocsp()
853 get_config()->tls.ticket.memcached.max_retry) { in on_tls_ticket_key_network_error()
881 get_config()->tls.ticket.memcached.max_fail) { in on_tls_ticket_key_not_found()
[all …]
Dshrpx_live_check.cc108 readcb, timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold,
109 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE),
181 auto &downstreamconf = *get_config()->conn.downstream; in schedule()
322 auto &downstreamconf = *get_config()->conn.downstream; in initiate_connection()
345 auto &downstreamconf = *get_config()->conn.downstream; in connected()
398 if (!get_config()->tls.insecure && in tls_handshake()
705 auto &downstreamconf = get_config()->http2.downstream; in start_settings_timer()
Dshrpx_downstream.cc151 auto &timeoutconf = get_config()->http2.timeout; in Downstream()
984 if (get_config()->http2.timeout.stream_read == 0.) { in reset_upstream_rtimer()
993 auto &timeoutconf = get_config()->http2.timeout; in reset_upstream_wtimer()
1004 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_upstream_wtimer()
1012 if (get_config()->http2.timeout.stream_read == 0.) { in disable_upstream_rtimer()
1020 if (get_config()->http2.timeout.stream_write == 0.) { in disable_upstream_wtimer()
1028 if (get_config()->http2.timeout.stream_read == 0.) { in reset_downstream_rtimer()
1037 auto &timeoutconf = get_config()->http2.timeout; in reset_downstream_wtimer()
1048 if (get_config()->http2.timeout.stream_write == 0.) { in ensure_downstream_wtimer()
1056 if (get_config()->http2.timeout.stream_read == 0.) { in disable_downstream_rtimer()
[all …]
Dshrpx_client_handler.cc446 get_config()->conn.upstream.timeout.write, in ClientHandler()
447 get_config()->conn.upstream.timeout.read, in ClientHandler()
448 get_config()->conn.upstream.ratelimit.write, in ClientHandler()
449 get_config()->conn.upstream.ratelimit.read, writecb, readcb, in ClientHandler()
450 timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold, in ClientHandler()
451 get_config()->tls.dyn_rec.idle_timeout, in ClientHandler()
473 auto config = get_config(); in ClientHandler()
552 auto config = get_config(); in setup_http3_upstream()
646 if (!tls::in_proto_list(get_config()->tls.npn_list, proto)) { in validate_next_proto()
1223 auto config = get_config(); in write_accesslog()
[all …]
Dshrpx_worker_process.cc72 auto config = get_config(); in drop_privileges()
141 auto config = get_config(); in reopen_log()
199 ticket_key.cipher = get_config()->tls.ticket.cipher; in generate_ticket_key()
246 get_config()->tls.session_timeout) in renew_ticket_key_cb()
326 auto &ticketconf = get_config()->tls.ticket; in memcached_get_ticket_key_cb()
413 auto config = get_config(); in worker_process_event_loop()
Dshrpx_api_downstream_connection.cc234 static_cast<int64_t>(get_config()->api.max_request_body)) { in push_request_headers()
310 auto &apiconf = get_config()->api; in push_upload_data_chunk()
365 auto config = get_config(); in handle_backendconfig()
436 auto config = get_config(); in handle_configrevision()
Dshrpx_http2_upstream.cc167 auto config = get_config(); in on_header_callback2()
301 auto config = get_config(); in on_start_request()
335 auto config = get_config(); in on_request_headers()
548 if (get_config()->http2.upstream.debug.frame_debug) { in on_frame_recv_callback()
665 if (get_config()->http2.upstream.debug.frame_debug) { in on_frame_send_callback()
995 auto config = get_config(); in create_http2_upstream_callbacks()
1014 if (get_config()->http2_proxy) { in downstream_queue_size()
1025 !get_config()->http2_proxy), in Http2Upstream()
1032 auto config = get_config(); in Http2Upstream()
1184 auto config = get_config(); in on_write()
[all …]
Dshrpx_worker.cc164 dns_tracker_(loop, get_config()->conn.downstream->family),
166 quic_upstream_addrs_{get_config()->conn.quic_listener.addrs},
196 auto &session_cacheconf = get_config()->tls.session_cache;
437 (void)reopen_log_files(get_config()->logging); in run_async()
475 auto config = get_config(); in process_events()
630 mruby_ctx_ = mruby::create_mruby_context(StringRef{get_config()->mruby_file}); in create_mruby_context()
671 auto config = get_config(); in should_attach_bpf()
687 auto config = get_config(); in should_update_bpf_map()
694 auto config = get_config(); in compute_sk_index()
904 auto config = get_config(); in create_quic_server_socket()
Dshrpx_https_upstream.cc119 auto &upstreamconf = get_config()->conn.upstream; in on_start_request()
148 get_config()->http.request_header_field_buffer) { in htp_uricb()
178 auto &httpconf = get_config()->http; in htp_hdr_keycb()
235 get_config()->http.request_header_field_buffer) { in htp_hdr_valcb()
418 auto config = get_config(); in htp_hdrs_completecb()
775 auto &upstreamconf = get_config()->conn.upstream; in on_write()
958 auto config = get_config(); in send_reply()
1054 output->append(get_config()->http.server_name); in error_reply()
1161 auto config = get_config(); in on_downstream_header_complete()
1401 auto config = get_config(); in redirect_to_https()
Dshrpx_dns_tracker.cc65 auto &dnsconf = get_config()->dns; in make_entry()
88 auto &dnsconf = get_config()->dns; in update_entry()
268 auto &dnsconf = get_config()->dns; in add_to_qlist()
Dshrpx_http2_session.cc190 get_config()->tls.dyn_rec.warmup_threshold,
191 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP2),
387 auto &downstreamconf = *get_config()->conn.downstream; in initiate_connection()
389 const auto &proxy = get_config()->downstream_http_proxy; in initiate_connection()
704 const auto &proxy = get_config()->downstream_http_proxy; in downstream_connect_proxy()
890 auto &downstreamconf = get_config()->http2.downstream; in start_settings_timer()
916 auto &httpconf = get_config()->http; in on_header_callback2()
1106 auto config = get_config(); in on_response_headers()
1655 if (get_config()->padding) { in create_http2_downstream_callbacks()
1699 auto config = get_config(); in connection_made()
[all …]
DHttpServer.h194 const Config *get_config() const;
238 const Config *get_config() const;
Dshrpx_connection.cc160 auto &tlsconf = get_config()->tls; in prepare_server_handshake()
346 auto &tlsconf = get_config()->tls; in tls_handshake()
618 auto &tlsconf = get_config()->tls; in tls_handshake_simple()
857 check_block_list = !get_config()->tls.no_http2_cipher_block_list; in check_http2_requirement()
859 check_block_list = !get_config()->tls.client.no_http2_cipher_block_list; in check_http2_requirement()
932 auto &tlsconf = get_config()->tls; in write_tls()
Dshrpx_http_downstream_connection.cc210 get_config()->tls.dyn_rec.warmup_threshold,
211 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP1),
484 auto config = get_config(); in push_request_headers()
934 auto config = get_config(); in htp_hdrs_completecb()
1093 auto &httpconf = get_config()->http; in htp_hdr_keycb()
1130 auto &httpconf = get_config()->http; in htp_hdr_valcb()
1338 if (!get_config()->tls.insecure && in tls_handshake()
Dshrpx_accept_handler.cc90 conn_hnr_->sleep_acceptor(get_config()->conn.listener.timeout.sleep); in accept_connection()
Dshrpx_tls.cc110 auto &prefs = get_config()->tls.alpn_prefs; in next_proto_cb()
124 get_config()->tls.client_verify.tolerate_expired) { in verify_callback()
572 EVP_EncryptInit_ex(ctx, get_config()->tls.ticket.cipher, nullptr, in ticket_key_cb()
686 for (const auto &target_proto_id : get_config()->tls.npn_list) { in alpn_select_proto_cb()
841 auto config = get_config(); in psk_server_cb()
868 auto config = get_config(); in psk_client_cb()
1583 auto &tlsconf = get_config()->tls; in create_ssl_client_context()
2273 auto config = get_config(); in setup_server_ssl_context()
2328 auto config = get_config(); in setup_quic_server_ssl_context()
2380 auto &tlsconf = get_config()->tls; in setup_downstream_client_ssl_context()
[all …]
Dshrpx_http.cc39 auto &httpconf = get_config()->http; in create_error_html()
173 return std::min(max_payload, frame->hd.length + get_config()->padding); in select_padding_callback()
Dshrpx_connect_blocker.cc89 auto &downstreamconf = *get_config()->conn.downstream; in on_failure()
/third_party/libabigail/src/
Dabg-writer.cc268 get_config() const in get_config() function in abigail::xml_writer::write_context
269 {return get_environment().get_config();} in get_config()
973 level * ctxt.get_config().get_xml_element_indent(); in get_indent_to_level()
1986 const config& c = ctxt.get_config(); in write_decl_in_scope()
2283 const config& c = ctxt.get_config(); in write_referenced_types()
2407 const config& c = ctxt.get_config(); in write_translation_unit()
2563 const config &c = ctxt.get_config(); in write_namespace_decl()
2957 indent + ctxt.get_config().get_xml_element_indent(); in write_array_type_def()
3038 do_indent(o, indent + ctxt.get_config().get_xml_element_indent()); in write_enum_type_decl()
3048 do_indent(o, indent + ctxt.get_config().get_xml_element_indent()); in write_enum_type_decl()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.c103 iface->get_config = NULL; in gst_photography_iface_base_init()
505 if (iface->get_config) { in gst_photography_get_config()
506 ret = iface->get_config (photo, config); in gst_photography_get_config()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1469 get_config( XMesaVisual xmvis, int attrib, int *value, GLboolean fbconfig ) in get_config() function
1681 k = get_config(xmvis, attrib, value, GL_FALSE); in glXGetConfig()
1787 return get_config(v, attribute, value, GL_TRUE); in glXGetFBConfigAttrib()
1958 if (get_config(v, GLX_BIND_TO_TEXTURE_RGB_EXT, in glXCreatePixmap()
1965 if (get_config(v, GLX_BIND_TO_TEXTURE_RGBA_EXT, in glXCreatePixmap()
1972 if (get_config(v, GLX_BIND_TO_MIPMAP_TEXTURE_EXT, in glXCreatePixmap()
1979 if (get_config(v, GLX_BIND_TO_TEXTURE_TARGETS_EXT, in glXCreatePixmap()
1986 if (get_config(v, GLX_BIND_TO_TEXTURE_TARGETS_EXT, in glXCreatePixmap()
1993 if (get_config(v, GLX_BIND_TO_TEXTURE_TARGETS_EXT, in glXCreatePixmap()
/third_party/openssl/util/perl/OpenSSL/Config/
DQuery.pm147 sub get_config { subroutine
/third_party/EGL/extensions/KHR/
DEGL_KHR_platform_gbm.txt190 get_config(struct my_display dpy)
279 struct my_config config = get_config(dpy);
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_platform_gbm.txt190 get_config(struct my_display dpy)
279 struct my_config config = get_config(dpy);

123