Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz_addr_parse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1 11.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 88.8%
All colors 9 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 2 LLVMFuzzerTestOneInput call site: 00002

Runtime coverage analysis

Covered functions
34
Functions that are reachable but not covered
4
Reachable functions
9
Percentage of reachable functions covered
55.56%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_addr_parse.c 9

Fuzzer: fuzz_parse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 57 67.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 28 32.9%
All colors 85 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
55 27 ap_expr_parse call site: 00027 expr_dump_tree
2 20 ap_expr_yylex_destroy call site: 00020 ap_expr_yy_delete_buffer

Runtime coverage analysis

Covered functions
76
Functions that are reachable but not covered
16
Reachable functions
31
Percentage of reachable functions covered
48.39%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_parse.c 8
httpd/server/util_expr_eval.c 17
httpd/server/util_expr_scan.c 9

Fuzzer: fuzz_utils

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 51 18.6%
gold [1:9] 2 0.72%
yellow [10:29] 1 0.36%
greenyellow [30:49] 5 1.82%
lawngreen 50+ 215 78.4%
All colors 274 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
20 198 substring_conf call site: 00198 substring_conf
7 245 ap_cfg_getline_core call site: 00245 hextoint
7 254 ap_cfg_getline_core call site: 00254 array_getch
6 38 ap_normalize_path call site: 00038
2 117 ap_escape_html2 call site: 00117
2 173 ap_parse_token_list_strict call site: 00173 ap_strchr_c
2 266 cfg_trim_line call site: 00266 ap_log_error
1 46 ap_normalize_path call site: 00046 AP_IS_SLASH
1 72 ap_content_type_tolower call site: 00072
1 77 ap_escape_path_segment_buffer call site: 00077
1 108 LLVMFuzzerTestOneInput call site: 00108
1 163 LLVMFuzzerTestOneInput call site: 00163 find_last_token

Runtime coverage analysis

Covered functions
119
Functions that are reachable but not covered
47
Reachable functions
118
Percentage of reachable functions covered
60.17%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_utils.c 54
fuzz-headers/lang/c/ada_fuzz_header.h 4
httpd/server/util.c 63
httpd/modules/mappers/mod_rewrite.c 1
httpd/server/core.c 12
httpd/modules/metadata/mod_mime_magic.c 5
httpd/modules/core/mod_macro.c 4

Fuzzer: fuzz_request

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 5 2.63%
gold [1:9] 24 12.6%
yellow [10:29] 17 8.94%
greenyellow [30:49] 4 2.10%
lawngreen 50+ 140 73.6%
All colors 190 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 127 rrl_log_error call site: 00127 ap_log_rerror
1 102 tokenize_request_line call site: 00102
1 158 ap_parse_uri call site: 00158 strchr
1 166 ap_assign_request_line call site: 00166 ap_strchr_c

Runtime coverage analysis

Covered functions
106
Functions that are reachable but not covered
28
Reachable functions
69
Percentage of reachable functions covered
59.42%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_request.c 19
fuzz-headers/lang/c/ada_fuzz_header.h 4
httpd/modules/http/http_protocol.c 20
httpd/server/protocol.c 31
httpd/server/config.c 2
httpd/server/util.c 1

Fuzzer: fuzz_preq

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1 4.34%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 22 95.6%
All colors 23 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 11 LLVMFuzzerTestOneInput call site: 00011

Runtime coverage analysis

Covered functions
126
Functions that are reachable but not covered
6
Reachable functions
21
Percentage of reachable functions covered
71.43%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_preq.c 16
fuzz-headers/lang/c/ada_fuzz_header.h 4
httpd/modules/http/http_protocol.c 1
httpd/server/apreq_parser.c 1

Fuzzer: fuzz_uri

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 14 100.%
All colors 14 100

Runtime coverage analysis

Covered functions
44
Functions that are reachable but not covered
4
Reachable functions
14
Percentage of reachable functions covered
71.43%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_uri.c 10
fuzz-headers/lang/c/ada_fuzz_header.h 4

Fuzzer: fuzz_tokenize

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1 11.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 88.8%
All colors 9 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 2 LLVMFuzzerTestOneInput call site: 00002

Runtime coverage analysis

Covered functions
31
Functions that are reachable but not covered
4
Reachable functions
9
Percentage of reachable functions covered
55.56%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_tokenize.c 9

Fuzzer: pcre2pcre2_fuzzsupport.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 6335 99.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.01%
All colors 6336 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6335 0 EP call site: 00000 pcre2_jit_compile

Runtime coverage analysis

Covered functions
301
Functions that are reachable but not covered
358
Reachable functions
359
Percentage of reachable functions covered
0.28%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
pcre2pcre2_fuzzsupport.c 30
pcre2pcre2_context.c 2
pcre2pcre2_newline.c 1
pcre2pcre2_compile.c 75
httpd/modules/aaa/mod_auth_digest.c 2
httpd/modules/ldap/util_ldap_cache.c 2
httpd/modules/ldap/util_ldap_cache_mgr.c 4
pcre2pcre2_printint_inc.h 20
pcre2pcre2_jit_compile.c 182
pcre2pcre2_jit_simd_inc.h 27
pcre2pcre2_jit_char_inc.h 62
pcre2pcre2_match_data.c 2
httpd/support/ab.c 2
pcre2pcre2_substring.c 6
pcre2pcre2_dfa_match.c 38
httpd/modules/md/md_jws.c 5
httpd/modules/md/md_crypt.c 19
httpd/modules/md/md_util.c 8
httpd/modules/dav/main/util.c 2

Analyses and suggestions

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

fuzz_addr_parse.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

fuzz_parse.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ap_expr_parse', 'ap_expr_yylex_destroy']

fuzz_utils.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['substring_conf', 'ap_cfg_getline_core', 'ap_normalize_path', 'ap_escape_html2', 'ap_parse_token_list_strict', 'cfg_trim_line', 'ap_content_type_tolower', 'ap_escape_path_segment_buffer']

fuzz_request.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['rrl_log_error', 'tokenize_request_line', 'ap_parse_uri', 'ap_assign_request_line']

fuzz_preq.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

fuzz_uri.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz_tokenize.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

pcre2pcre2_fuzzsupport.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/httpd/modules/metadata/mod_version.c [] []
/src/httpd/server/util_time.c [] []
/src/httpd/server/util_expr_scan.c ['fuzz_parse'] ['fuzz_parse']
/src/httpd/modules/core/mod_watchdog.c [] []
/src/httpd/server/apreq_parser.c ['fuzz_preq'] ['fuzz_preq']
/src/httpd/support/suexec.c [] []
/src/httpd/server/mpm/winnt/nt_eventlog.c [] []
/src/pcre2/src/pcre2_util.h [] []
/src/pcre2/src/pcre2_compile.h [] []
/src/httpd/modules/http2/h2_bucket_eos.h [] []
/src/httpd/modules/dav/main/util.c ['pcre2pcre2_fuzzsupport.c'] []
/src/pcre2/maint/ucptest.c [] []
/src/httpd/os/win32/util_win32.c [] []
/src/httpd/modules/cache/mod_socache_memcache.c [] []
/src/httpd/support/logresolve.c [] []
/src/pcre2/src/pcre2test_inc.h [] []
/src/httpd/modules/session/mod_session_cookie.c [] []
/src/httpd/modules/md/md_reg.c [] []
/src/httpd/modules/http2/mod_http2.c [] []
/src/expat-2.4.1/lib/internal.h [] []
/src/pcre2/src/pcre2_convert.c [] []
/src/httpd/server/mpm/mpmt_os2/mpmt_os2.c [] []
/src/httpd/modules/cache/mod_cache_disk.c [] []
/src/httpd/server/util_debug.c [] []
/src/httpd/modules/generators/cgi_common.h [] []
/src/httpd/modules/md/md_util.c ['pcre2pcre2_fuzzsupport.c'] []
/src/pcre2/src/pcre2_jit_simd_inc.h ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/lua/lua_passwd.c [] []
/src/httpd/modules/cluster/mod_heartmonitor.c [] []
/src/expat-2.4.1/xmlwf/xmlfile.c [] []
/src/httpd/modules/arch/win32/mod_win32.c [] []
/src/httpd/modules/loggers/mod_logio.c [] []
/src/httpd/include/apreq_parser.h [] []
/src/httpd/modules/http2/h2_session.h [] []
/src/httpd/include/httpd.h [] []
/src/expat-2.4.1/tests/minicheck.h [] []
/src/httpd/server/apreq_error.c [] []
/src/httpd/modules/http2/h2_c2_filter.c [] []
/src/httpd/server/mpm_unix.c [] []
/src/httpd/docs/log-message-tags/macros.h [] []
/src/httpd/modules/md/mod_md_drive.c [] []
/src/httpd/modules/md/md_core.c [] []
/src/httpd/modules/http2/h2_conn_ctx.h [] []
/src/httpd/test/unit/mod_auth_digest.c [] []
/src/httpd/modules/ssl/ssl_util.c [] []
/src/httpd/modules/cache/mod_cache_socache.c [] []
/src/httpd/server/mpm/prefork/prefork.c [] []
/src/expat-2.4.1/lib/xmlrole.h [] []
/src/httpd/modules/mappers/mod_actions.c [] []
/src/httpd/modules/ssl/ssl_util_stapling.c [] []
/src/httpd/support/htdbm.c [] []
/src/httpd/server/apreq_module_custom.c [] []
/src/httpd/modules/md/md_json.c [] []
/src/httpd/modules/filters/mod_include.c [] []
/src/httpd/modules/dav/main/props.c [] []
/src/httpd/modules/filters/mod_brotli.c [] []
/src/httpd/modules/filters/mod_sed.c [] []
/src/httpd/server/util_filter.c [] []
/src/httpd/support/htdigest.c [] []
/src/httpd/support/fcgistarter.c [] []
/src/pcre2/src/pcre2_jit_neon_inc.h [] []
/src/httpd/modules/http/byterange_filter.c [] []
/src/httpd/modules/loggers/mod_journald.c [] []
/src/httpd/modules/ssl/ssl_engine_log.c [] []
/src/httpd/modules/mappers/mod_imagemap.c [] []
/src/httpd/modules/ssl/mod_ssl.h [] []
/src/httpd/include/util_varbuf.h [] []
/src/expat-2.4.1/lib/expat.h [] []
/src/httpd/server/apreq_parser_urlencoded.c [] []
/src/httpd/modules/http2/h2_util.h [] []
/src/httpd/server/mpm_common.c [] []
/src/httpd/modules/aaa/mod_autht_core.c [] []
/src/httpd/support/htpasswd.c [] []
/src/httpd/modules/dav/lock/mod_dav_lock.c [] []
/src/httpd/modules/md/mod_md_status.c [] []
/src/httpd/modules/metadata/mod_ident.c [] []
/src/httpd/modules/filters/mod_include.h [] []
/src/httpd/modules/filters/mod_proxy_html.c [] []
/src/httpd/modules/generators/mod_cgid.c [] []
/src/httpd/modules/test/mod_dialup.c [] []
/src/pcre2/src/pcre2_dfa_match.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/ssl/mod_ssl_ct.c [] []
/src/httpd/test/clients/h2ws.c [] []
/src/httpd/modules/filters/mod_ext_filter.c [] []
/src/httpd/include/ap_config.h [] []
/src/pcre2/src/pcre2_compile_cgroup.c [] []
/src/httpd/modules/aaa/mod_auth_basic.c [] []
/src/expat-2.4.1/lib/xmltok.h [] []
/src/httpd/test/cls.c [] []
/src/pcre2/src/pcre2_serialize.c [] []
/src/httpd/modules/test/mod_optional_hook_import.c [] []
/src/httpd/modules/dav/fs/repos.c [] []
/src/httpd/modules/apreq/handle.c [] []
/src/httpd/modules/ssl/ssl_ct_log_config.c [] []
/src/httpd/server/mpm/winnt/child.c [] []
/src/httpd/modules/aaa/mod_authz_host.c [] []
/src/httpd/modules/md/mod_md_config.c [] []
/src/httpd/modules/proxy/mod_proxy_connect.c [] []
/src/httpd/modules/cache/cache_util.c [] []
/src/httpd/modules/filters/sed0.c [] []
/src/httpd/modules/slotmem/mod_slotmem_plain.c [] []
/src/httpd/server/mpm/motorz/motorz.h [] []
/src/httpd/modules/ssl/ssl_engine_rand.c [] []
/src/httpd/modules/http2/h2.h [] []
/src/httpd/modules/proxy/ajp_msg.c [] []
/src/httpd/server/util_fcgi.c [] []
/src/httpd/modules/core/mod_so.c [] []
/src/httpd/modules/generators/mod_status.c [] []
/src/pcre2/src/pcre2_jit_compile.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/server/eoc_bucket.c [] []
/src/httpd/modules/filters/mod_deflate.c [] []
/src/httpd/modules/proxy/ajp_link.c [] []
/src/httpd/modules/aaa/mod_allowmethods.c [] []
/src/httpd/modules/ssl/ssl_engine_config.c [] []
/src/httpd/modules/md/md_status.c [] []
/src/httpd/include/ap_expr.h [] []
/src/httpd/modules/proxy/mod_proxy.c [] []
/src/httpd/server/util_etag.c [] []
/src/httpd/server/mpm_fdqueue.h [] []
/src/httpd/modules/arch/netware/mod_netware.c [] []
/src/expat-2.4.1/tests/structdata.c [] []
/src/httpd/modules/cache/cache_storage.c [] []
/src/httpd/modules/http2/h2_c1.c [] []
/src/httpd/modules/aaa/mod_authz_groupfile.c [] []
/src/httpd/server/apreq_param.c [] []
/src/httpd/modules/loggers/mod_log_debug.c [] []
/src/httpd/modules/cache/mod_socache_dbm.c [] []
/src/httpd/modules/proxy/mod_proxy_http.c [] []
/src/httpd/modules/ssl/ssl_engine_vars.c [] []
/src/httpd/server/mpm_fdqueue.c [] []
/src/expat-2.4.1/tests/minicheck.c [] []
/src/httpd/modules/debugging/mod_firehose.c [] []
/src/httpd/modules/arch/netware/libprews.c [] []
/src/httpd/server/apreq_parser_multipart.c [] []
/src/pcre2/src/pcre2_tables.c [] []
/src/pcre2/maint/cmake-tests/install-interface/main.c [] []
/src/httpd/modules/aaa/mod_allowhandlers.c [] []
/src/pcre2/src/pcre2_fuzzsupport.c ['pcre2pcre2_fuzzsupport.c'] ['pcre2pcre2_fuzzsupport.c']
/src/pcre2/src/pcre2_config.c [] []
/src/httpd/modules/http2/h2_util.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_byrequests.c [] []
/src/pcre2/src/pcre2.h [] []
/src/httpd/modules/session/mod_session.c [] []
/src/httpd/modules/http2/h2_c1_io.c [] []
/src/httpd/server/mpm/simple/simple_run.c [] []
/src/pcre2/src/pcre2_dftables.c [] []
/src/httpd/test/test_parser.c [] []
/src/httpd/modules/ssl/ssl_ct_sct.c [] []
/src/httpd/test/httpdunit.h [] []
/src/httpd/modules/database/mod_dbd.c [] []
/src/httpd/os/unix/unixd.c [] []
/src/httpd/modules/aaa/mod_authz_owner.c [] []
/src/httpd/modules/loggers/mod_log_forensic.c [] []
/src/httpd/test/modules/http2/mod_h2test/mod_h2test.c [] []
/src/httpd/modules/ssl/ssl_engine_ocsp.c [] []
/src/httpd/modules/http2/h2_workers.c [] []
/src/pcre2/src/pcre2_valid_utf.c [] []
/src/httpd/include/ap_mpm.h [] []
/src/httpd/support/passwd_common.c [] []
/src/httpd/server/util_expr_parse.c [] []
/src/httpd/modules/cache/mod_socache_redis.c [] []
/src/httpd/modules/proxy/mod_proxy_hcheck.c [] []
/src/httpd/modules/proxy/mod_proxy_fdpass.c [] []
/src/httpd/server/util_md5.c [] []
/src/httpd/modules/http2/h2_mplx.h [] []
/src/httpd/modules/ldap/util_ldap_cache.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/http2/h2_c2.c [] []
/src/httpd/modules/http2/h2_switch.c [] []
/src/httpd/server/core.c ['fuzz_utils'] []
/src/httpd/modules/slotmem/mod_slotmem_shm.c [] []
/src/httpd/os/win32/os.h [] []
/src/httpd/modules/mappers/mod_speling.c [] []
/src/httpd/modules/md/md_curl.c [] []
/src/httpd/server/connection.c [] []
/src/httpd/test/time-sem.c [] []
/src/httpd/modules/md/md_result.c [] []
/src/httpd/modules/cache/mod_cache.c [] []
/src/httpd/modules/filters/mod_crypto.h [] []
/src/httpd/modules/mappers/mod_dir.c [] []
/src/httpd/modules/md/md_acme_order.c [] []
/src/pcre2/src/pcre2_maketables.c [] []
/src/expat-2.4.1/xmlwf/xmlwf.c [] []
/src/httpd/modules/cache/mod_file_cache.c [] []
/src/httpd/modules/test/mod_policy.c [] []
/src/httpd/os/bs2000/ebcdic.c [] []
/src/httpd/modules/aaa/mod_authn_anon.c [] []
/src/pcre2/src/pcre2_substitute.c [] []
/src/httpd/modules/http2/mod_proxy_http2.c [] []
/src/httpd/modules/aaa/mod_authn_file.c [] []
/src/httpd/server/mpm/mpmt_os2/mpmt_os2_child.c [] []
/src/httpd/modules/ssl/ssl_engine_mutex.c [] []
/src/httpd/server/util_xml.c [] []
/src/pcre2/src/pcre2_jit_match_inc.h [] []
/src/httpd/os/netware/util_nw.c [] []
/src/httpd/modules/dav/lock/locks.c [] []
/src/httpd/modules/aaa/mod_authz_user.c [] []
/src/httpd/support/htcacheclean.c [] []
/src/httpd/modules/md/md_acmev2_drive.c [] []
/src/pcre2/src/pcre2grep.c [] []
/src/httpd/server/util_expr_eval.c ['fuzz_parse'] ['fuzz_parse']
/src/httpd/modules/filters/mod_crypto.c [] []
/src/httpd/include/apreq_param.h [] []
/src/httpd/modules/metadata/mod_setenvif.c [] []
/src/httpd/support/win32/ApacheMonitor.c [] []
/src/pcre2/src/pcre2_study.c [] []
/src/httpd/server/mpm/winnt/service.c [] []
/src/httpd/modules/http2/h2_config.c [] []
/src/httpd/server/vhost.c [] []
/src/httpd/server/buildmark.c [] []
/src/httpd/modules/ssl/ssl_engine_init.c [] []
/src/httpd/modules/md/md_acme.h [] []
/src/httpd/modules/generators/mod_suexec.c [] []
/src/httpd/server/mpm/netware/mpm_netware.c [] []
/src/pcre2/src/pcre2_substring.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/os/netware/os.h [] []
/src/httpd/modules/metadata/mod_usertrack.c [] []
/src/httpd/modules/aaa/mod_authz_core.c [] []
/src/httpd/modules/experimental/mod_noloris.c [] []
/src/httpd/server/ssl.c [] []
/src/httpd/test/unit/authn.c [] []
/src/httpd/modules/aaa/mod_authz_dbd.c [] []
/src/httpd/modules/http2/h2_headers.c [] []
/src/httpd/modules/proxy/mod_proxy_wstunnel.c [] []
/src/pcre2/src/pcre2_auto_possess.c [] []
/src/httpd/include/http_core.h [] []
/src/httpd/modules/proxy/mod_proxy_ftp.c [] []
/src/httpd/include/ap_release.h [] []
/src/httpd/modules/md/md_event.c [] []
/src/httpd/modules/arch/netware/mod_nw_ssl.c [] []
/src/httpd/modules/md/md_acme_authz.c [] []
/src/httpd/modules/md/md_store_fs.c [] []
/src/httpd/modules/cache/mod_socache_dc.c [] []
/src/pcre2/src/pcre2_intmodedep.h [] []
/src/httpd/modules/generators/mod_asis.c [] []
/src/httpd/modules/aaa/mod_autht_jwt.c [] []
/src/httpd/modules/dav/main/util_lock.c [] []
/src/httpd/server/log.c [] []
/src/httpd/modules/dav/fs/dbm.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_bybusyness.c [] []
/src/httpd/server/error_bucket.c [] []
/src/httpd/modules/lua/lua_config.c [] []
/src/httpd/modules/filters/sed1.c [] []
/src/expat-2.4.1/tests/chardata.c [] []
/src/httpd/modules/filters/mod_xml2enc.c [] []
/src/httpd/modules/aaa/mod_auth_bearer.c [] []
/src/httpd/server/util_script.c [] []
/src/httpd/modules/lua/mod_lua.h [] []
/src/httpd/modules/examples/mod_example_ipc.c [] []
/src/httpd/modules/apreq/filter.c [] []
/src/httpd/server/apreq_module.c [] []
/src/httpd/modules/filters/mod_charset_lite.c [] []
/src/httpd/modules/md/md_jws.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/dav/main/ms_wdv.c [] []
/src/httpd/modules/proxy/ajp_utils.c [] []
/src/expat-2.4.1/examples/elements.c [] []
/src/httpd/modules/http2/h2_conn_ctx.c [] []
/src/httpd/modules/ldap/util_ldap_cache_mgr.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/filters/mod_data.c [] []
/src/pcre2/src/pcre2_printint_inc.h ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/http2/h2_proxy_util.c [] []
/src/httpd/server/util_mutex.c [] []
/src/httpd/modules/proxy/ajp.h [] []
/src/httpd/modules/ssl/ssl_util_ocsp.c [] []
/src/httpd/include/ap_hooks.h [] []
/src/httpd/modules/filters/mod_reflector.c [] []
/src/httpd/include/apreq_cookie.h [] []
/src/httpd/server/mpm/simple/simple_event.c [] []
/src/pcre2/src/pcre2_compile.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/ssl/ssl_scache.c [] []
/src/httpd/include/apreq_module.h [] []
/src/httpd/modules/generators/mod_cgi.c [] []
/src/httpd/modules/proxy/balancers/mod_lbmethod_heartbeat.c [] []
/src/httpd/modules/md/md_acme_acct.c [] []
/src/httpd/modules/filters/regexp.c [] []
/src/httpd/server/scoreboard.c [] []
/src/httpd/modules/md/mod_md_ocsp.c [] []
/src/httpd/modules/proxy/mod_proxy_scgi.c [] []
/src/httpd/server/util.c ['fuzz_utils', 'fuzz_request'] ['fuzz_utils', 'fuzz_request']
/src/pcre2/src/pcre2test.c [] []
/src/httpd/modules/proxy/proxy_util.c [] []
/src/httpd/modules/cache/mod_socache_shmcb.c [] []
/src/httpd/modules/aaa/mod_authz_dbd.h [] []
/src/httpd/modules/filters/mod_xml2enc.h [] []
/src/httpd/modules/proxy/examples/mod_lbmethod_rr.c [] []
/src/httpd/modules/filters/mod_ratelimit.c [] []
/src/httpd/modules/http2/h2_request.c [] []
/src/expat-2.4.1/lib/expat_external.h [] []
/src/httpd/modules/aaa/mod_authnz_fcgi.c [] []
/src/httpd/modules/test/mod_optional_hook_export.c [] []
/src/httpd/modules/md/md_http.c [] []
/src/httpd/modules/dav/fs/mod_dav_fs.c [] []
/src/httpd/modules/arch/unix/mod_privileges.c [] []
/src/httpd/os/win32/ap_regkey.c [] []
/src/httpd/modules/md/md_result.h [] []
/src/httpd/modules/cache/mod_cache.h [] []
/src/httpd/modules/core/mod_watchdog.h [] []
/src/httpd/modules/http2/h2_stream.h [] []
/src/httpd/modules/mappers/mod_alias.c [] []
/src/httpd/modules/debugging/mod_dumpio.c [] []
/src/httpd/modules/metadata/mod_remoteip.c [] []
/src/httpd/modules/proxy/mod_proxy.h [] []
/src/expat-2.4.1/lib/xmltok_impl.c [] []
/src/httpd/modules/arch/unix/mod_unixd.c [] []
/src/pcre2/src/pcre2posix.c [] []
/src/httpd/modules/aaa/mod_authn_core.c [] []
/src/httpd/test/pyhttpd/mod_aptest/mod_aptest.c [] []
/src/httpd/modules/mappers/mod_negotiation.c [] []
/src/httpd/modules/lua/lua_apr.c [] []
/src/httpd/modules/proxy/mod_proxy_balancer.c [] []
/src/expat-2.4.1/xmlwf/win32filemap.c [] []
/src/fuzz_uri.c ['fuzz_uri'] ['fuzz_uri']
/src/httpd/modules/metadata/mod_mime_magic.c ['fuzz_utils'] []
/src/httpd/server/mpm/motorz/motorz.c [] []
/src/httpd/modules/http2/h2_bucket_beam.c [] []
/src/httpd/support/win32/wintty.c [] []
/src/httpd/server/listen.c [] []
/src/httpd/modules/http/http_protocol.c ['fuzz_request', 'fuzz_preq'] ['fuzz_request', 'fuzz_preq']
/src/httpd/modules/http/chunk_filter.c [] []
/src/httpd/modules/aaa/mod_authn_socache.c [] []
/src/httpd/modules/md/mod_md_os.c [] []
/src/httpd/server/mpm/simple/simple_core.c [] []
/src/httpd/modules/filters/mod_substitute.c [] []
/src/httpd/modules/aaa/mod_authn_dbm.c [] []
/src/expat-2.4.1/tests/runtests.c [] []
/src/pcre2/src/pcre2_jit_char_inc.h ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/lua/lua_vmprep.c [] []
/src/pcre2/src/pcre2_match.c [] []
/src/httpd/os/os2/util_os2.c [] []
/src/pcre2/src/pcre2_context.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/metadata/mod_expires.c [] []
/src/expat-2.4.1/xmlwf/xmltchar.h [] []
/src/httpd/test/unit/base64.c [] []
/src/httpd/modules/metadata/mod_env.c [] []
/src/httpd/test/httpdunit.c [] []
/src/pcre2/src/pcre2_internal.h [] []
/src/fuzz_parse.c ['fuzz_parse'] ['fuzz_parse']
/src/httpd/modules/generators/mod_status.h [] []
/src/pcre2/src/pcre2_jit_misc_inc.h [] []
/src/expat-2.4.1/xmlwf/readfilemap.c [] []
/src/httpd/server/util_regex.c [] []
/src/httpd/server/request.c [] []
/src/httpd/modules/md/md_log.c [] []
/src/httpd/modules/mappers/mod_userdir.c [] []
/src/httpd/server/eor_bucket.c [] []
/src/httpd/modules/metadata/mod_headers.c [] []
/src/httpd/modules/ssl/ssl_private.h [] []
/src/httpd/server/mpm/simple/simple_io.c [] []
/src/httpd/support/firehose.c [] []
/src/httpd/modules/http/http_core.c [] []
/src/httpd/modules/ldap/util_ldap.c [] []
/src/pcre2/maint/utf8.c [] []
/src/httpd/modules/ssl/mod_ssl.c [] []
/src/httpd/modules/md/md_store.c [] []
/src/httpd/modules/dav/main/mod_dav.c [] []
/src/httpd/test/modules/http1/mod_h1test/mod_h1test.c [] []
/src/httpd/modules/dav/main/std_liveprop.c [] []
/src/httpd/modules/md/mod_md.c [] []
/src/httpd/server/apreq_util.c [] []
/src/httpd/modules/examples/mod_example_hooks.c [] []
/src/httpd/modules/arch/win32/mod_isapi.c [] []
/src/httpd/modules/http2/h2_bucket_eos.c [] []
/src/pcre2/src/pcre2_pattern_info.c [] []
/src/httpd/include/apreq.h [] []
/src/httpd/modules/filters/regexp.h [] []
/src/httpd/server/mpm/winnt/mpm_winnt.c [] []
/src/httpd/modules/aaa/mod_authn_dbd.c [] []
/src/httpd/server/mpm/simple/simple_api.c [] []
/src/httpd/modules/mappers/mod_vhost_alias.c [] []
/src/httpd/server/mpm/simple/simple_children.c [] []
/src/httpd/modules/generators/mod_autoindex.c [] []
/src/httpd/modules/md/md_crypt.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/filters/mod_filter.c [] []
/src/httpd/server/core_filters.c [] []
/src/expat-2.4.1/lib/xmlrole.c [] []
/src/httpd/modules/test/mod_optional_fn_import.c [] []
/src/httpd/include/apreq_util.h [] []
/src/httpd/modules/dav/main/mod_dav.h [] []
/src/expat-2.4.1/xmlwf/ct.c [] []
/src/httpd/modules/aaa/mod_access_compat.c [] []
/src/httpd/modules/apreq/apreq_private_apache2.h [] []
/src/httpd/modules/lua/lua_dbd.c [] []
/src/httpd/modules/proxy/mod_proxy_fcgi.c [] []
/src/httpd/server/headers_bucket.c [] []
/src/httpd/modules/examples/mod_case_filter.c [] []
/src/httpd/modules/http/mod_mime.c [] []
/src/httpd/modules/http2/h2_headers.h [] []
/src/httpd/modules/http2/h2_mplx.c [] []
/src/httpd/modules/lua/mod_lua.c [] []
/src/httpd/server/provider.c [] []
/src/httpd/server/protocol.c ['fuzz_request'] ['fuzz_request']
/src/pcre2/src/pcre2_match_next.c [] []
/src/httpd/include/ap_mmn.h [] []
/src/httpd/modules/metadata/mod_cern_meta.c [] []
/src/httpd/include/http_config.h [] []
/src/httpd/modules/dav/fs/lock.c [] []
/src/httpd/modules/md/md_acme_drive.c [] []
/src/httpd/modules/filters/mod_buffer.c [] []
/src/httpd/modules/ssl/ssl_engine_io.c [] []
/src/httpd/include/util_filter.h [] []
/src/httpd/modules/proxy/mod_serf.c [] []
/src/httpd/modules/http2/h2_push.c [] []
/src/httpd/server/util_pcre.c [] []
/src/httpd/server/mpm/worker/worker.c [] []
/src/httpd/server/main.c [] []
/src/httpd/server/util_ebcdic.c [] []
/src/httpd/modules/ssl/ssl_engine_pphrase.c [] []
/src/httpd/server/util_cfgtree.c [] []
/src/httpd/modules/cluster/mod_heartbeat.c [] []
/src/fuzz_tokenize.c ['fuzz_tokenize'] ['fuzz_tokenize']
/src/httpd/modules/dav/main/providers.c [] []
/src/pcre2/src/pcre2_compile_class.c [] []
/src/httpd/modules/loggers/mod_syslog.c [] []
/src/httpd/os/bs2000/os.c [] []
/src/httpd/modules/proxy/ajp_header.c [] []
/src/httpd/modules/core/mod_macro.c ['fuzz_utils'] []
/src/httpd/server/gen_test_char.c [] []
/src/httpd/modules/ssl/ssl_ct_util.c [] []
/src/httpd/modules/md/md_time.c [] []
/src/httpd/modules/aaa/mod_auth_form.c [] []
/src/httpd/test/unit/util.c [] []
/src/httpd/modules/filters/mod_request.c [] []
/src/fuzz_request.c ['fuzz_request'] ['fuzz_request']
/src/httpd/include/http_connection.h [] []
/src/httpd/support/httxt2dbm.c [] []
/src/httpd/modules/filters/mod_ratelimit.h [] []
/src/httpd/modules/session/mod_session_dbd.c [] []
/src/httpd/modules/http/http_request.c [] []
/src/httpd/include/apache_noprobes.h [] []
/src/httpd/server/apreq_parser_header.c [] []
/src/httpd/modules/filters/mod_reqtimeout.c [] []
/src/fuzz_preq.c ['fuzz_preq'] ['fuzz_preq']
/src/httpd/server/apreq_cookie.c [] []
/src/expat-2.4.1/tests/memcheck.c [] []
/src/httpd/modules/http2/h2_protocol.c [] []
/src/httpd/include/http_log.h [] []
/src/httpd/modules/mappers/mod_rewrite.c ['fuzz_utils'] []
/src/expat-2.4.1/lib/xmlparse.c [] []
/src/httpd/modules/metadata/mod_unique_id.c [] []
/src/httpd/modules/arch/unix/mod_systemd.c [] []
/src/httpd/modules/session/mod_session_crypto.c [] []
/src/httpd/os/unix/unixd.h [] []
/src/httpd/include/ap_compat.h [] []
/src/expat-2.4.1/examples/outline.c [] []
/src/httpd/modules/database/mod_dbd.h [] []
/src/httpd/modules/aaa/mod_auth_digest.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/http2/h2_session.c [] []
/src/expat-2.4.1/lib/xmltok.c [] []
/src/httpd/modules/http2/h2_proxy_session.c [] []
/src/httpd/include/http_protocol.h [] []
/src/httpd/support/rotatelogs.c [] []
/src/fuzz_utils.c ['fuzz_utils'] ['fuzz_utils']
/src/httpd/modules/generators/mod_info.c [] []
/src/httpd/server/util_cookies.c [] []
/src/httpd/modules/md/md_acme.c [] []
/src/fuzz_addr_parse.c ['fuzz_addr_parse'] ['fuzz_addr_parse']
/src/httpd/modules/proxy/balancers/mod_lbmethod_bytraffic.c [] []
/src/httpd/modules/loggers/mod_log_json.c [] []
/src/pcre2/src/pcre2_jit_test.c [] []
/src/httpd/modules/debugging/mod_bucketeer.c [] []
/src/httpd/modules/session/mod_session.h [] []
/src/httpd/server/apreq_module_cgi.c [] []
/src/httpd/modules/md/md.h [] []
/src/httpd/modules/examples/mod_case_filter_in.c [] []
/src/httpd/modules/http/http_filters.c [] []
/src/httpd/modules/echo/mod_echo.c [] []
/src/httpd/modules/ssl/ssl_util_ssl.c [] []
/src/httpd/modules/loggers/mod_log_config.c [] []
/src/httpd/support/ab.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/modules/http2/h2_ws.c [] []
/src/pcre2/src/pcre2_match_data.c ['pcre2pcre2_fuzzsupport.c'] []
/src/httpd/server/mpm/event/event.c [] []
/src/httpd/modules/lua/lua_request.c [] []
/src/httpd/modules/dav/fs/quota.c [] []
/src/httpd/server/config.c ['fuzz_request'] ['fuzz_request']
/src/httpd/modules/http2/h2_stream.c [] []
/src/httpd/modules/aaa/mod_authnz_ldap.c [] []
/src/httpd/include/util_ldap.h [] []
/src/httpd/modules/test/mod_optional_fn_export.c [] []
/src/httpd/modules/proxy/mod_proxy_express.c [] []
/src/httpd/include/http_request.h [] []
/src/expat-2.4.1/xmlwf/codepage.c [] []
/src/httpd/modules/proxy/mod_proxy_ajp.c [] []
/src/fuzz-headers/lang/c/ada_fuzz_header.h ['fuzz_utils', 'fuzz_request', 'fuzz_preq', 'fuzz_uri'] ['fuzz_utils', 'fuzz_request', 'fuzz_preq', 'fuzz_uri']
/src/httpd/modules/ssl/ssl_engine_kernel.c [] []
/src/httpd/modules/dav/main/liveprop.c [] []
/src/httpd/modules/aaa/mod_authz_dbm.c [] []
/src/httpd/modules/md/md_ocsp.c [] []
/src/expat-2.4.1/lib/siphash.h [] []
/src/httpd/modules/proxy/mod_proxy_uwsgi.c [] []

Directories in report

Directory
/src/httpd/modules/filters/
/src/httpd/modules/metadata/
/src/httpd/server/mpm/simple/
/src/expat-2.4.1/examples/
/src/httpd/os/netware/
/src/httpd/modules/proxy/balancers/
/src/expat-2.4.1/tests/
/src/httpd/modules/http2/
/src/httpd/modules/apreq/
/src/httpd/modules/http/
/src/httpd/modules/experimental/
/src/httpd/modules/cache/
/src/httpd/server/mpm/motorz/
/src/httpd/test/pyhttpd/mod_aptest/
/src/httpd/modules/ldap/
/src/httpd/server/mpm/netware/
/src/httpd/modules/echo/
/src/httpd/os/bs2000/
/src/httpd/test/unit/
/src/httpd/server/mpm/winnt/
/src/httpd/test/modules/http2/mod_h2test/
/src/httpd/modules/mappers/
/src/httpd/test/
/src/httpd/support/win32/
/src/expat-2.4.1/xmlwf/
/src/httpd/modules/session/
/src/pcre2/maint/cmake-tests/install-interface/
/src/httpd/modules/lua/
/src/httpd/modules/generators/
/src/httpd/modules/cluster/
/src/httpd/test/clients/
/src/httpd/modules/slotmem/
/src/httpd/modules/database/
/src/httpd/server/mpm/prefork/
/src/httpd/server/
/src/httpd/modules/arch/unix/
/src/httpd/modules/loggers/
/src/
/src/httpd/modules/aaa/
/src/httpd/modules/core/
/src/httpd/include/
/src/expat-2.4.1/lib/
/src/pcre2/maint/
/src/httpd/test/modules/http1/mod_h1test/
/src/httpd/server/mpm/mpmt_os2/
/src/httpd/server/mpm/event/
/src/httpd/docs/log-message-tags/
/src/httpd/modules/dav/main/
/src/httpd/modules/md/
/src/httpd/server/mpm/worker/
/src/httpd/os/os2/
/src/httpd/modules/test/
/src/httpd/os/unix/
/src/httpd/modules/examples/
/src/httpd/modules/proxy/examples/
/src/httpd/modules/dav/fs/
/src/fuzz-headers/lang/c/
/src/httpd/modules/arch/netware/
/src/pcre2/src/
/src/httpd/modules/dav/lock/
/src/httpd/modules/ssl/
/src/httpd/support/
/src/httpd/modules/arch/win32/
/src/httpd/os/win32/
/src/httpd/modules/debugging/
/src/httpd/modules/proxy/