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

Function h2_config_sgeti64

modules/http2/h2_config.c:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529apr_int64_t h2_config_sgeti64(server_rec *s, h2_config_var_t var)
530{
531 return h2_srv_config_geti64(h2_config_sget(s), var);
532}
533
534int h2_config_geti(request_rec *r, server_rec *s, h2_config_var_t var)
535{

Callers 3

h2_config_geti64Function · 0.85
h2_get_workers_configFunction · 0.85
h2_c1_io_initFunction · 0.85

Calls 2

h2_srv_config_geti64Function · 0.85
h2_config_sgetFunction · 0.85

Tested by

no test coverage detected