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

Function h2_config_sget

modules/http2/h2_config.c:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425static h2_config *h2_config_sget(server_rec *s)
426{
427 h2_config *cfg = (h2_config *)ap_get_module_config(s->module_config,
428 &http2_module);
429 ap_assert(cfg);
430 return cfg;
431}
432
433static const h2_dir_config *h2_config_rget(request_rec *r)
434{

Callers 8

h2_config_getFunction · 0.85
h2_config_sgetiFunction · 0.85
h2_config_sgeti64Function · 0.85
h2_config_push_listFunction · 0.85
h2_config_early_headersFunction · 0.85
h2_conf_add_push_resFunction · 0.85
h2_conf_add_early_hintFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected