MCPcopy Create free account
hub / github.com/apache/httpd / h2_config_rgeti

Function h2_config_rgeti

modules/http2/h2_config.c:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545int h2_config_rgeti(request_rec *r, h2_config_var_t var)
546{
547 return h2_config_geti(r, r->server, var);
548}
549
550apr_int64_t h2_config_rgeti64(request_rec *r, h2_config_var_t var)
551{

Callers 4

check_early_hintsFunction · 0.85
h2_c1_can_upgradeFunction · 0.85
h2_c2_filter_notes_outFunction · 0.85
h2_headers_rcreateFunction · 0.85

Calls 1

h2_config_getiFunction · 0.85

Tested by

no test coverage detected