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 | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 | 19 | 100.% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 0 | 0.0% |
All colors | 19 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
18 | 0 | EP | call site: 00000 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
fuzzer-test-suite/lcms-2017-03-21/cms_transform_fuzzer.c | 1 |
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 | 15194 | 100.% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 0 | 0.0% |
All colors | 15194 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
15193 | 0 | EP | call site: 00000 | sqlite3_exec |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c | 1 |
fuzzer-test-suite/sqlite-2016-11-14/sqlite3.c | 1589 |
LPM/external.protobufexternal.protobuf/third_party/googletest/googletest/test/production.h | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
ngx_http_memcached_handler
|
/src/nginx/src/http/modules/ngx_http_memcached_module.c | 1 | ['ngx_http_request_t*'] | 34 | 0 | 37 | 6 | 10 | 643 | 0 | 5654 | 5654 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | 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 |
---|
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.
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
ngx_conf_open_file | 47 | 20 | 42.55% | [] |
ngx_open_listening_sockets | 153 | 56 | 36.60% | [] |
ngx_configure_listening_sockets | 50 | 18 | 36.0% | [] |
ngx_drain_connections | 36 | 9 | 25.0% | [] |
ngx_cpuinfo | 34 | 17 | 50.0% | [] |
ngx_init_cycle | 614 | 182 | 29.64% | [] |
ngx_add_path | 57 | 25 | 43.85% | [] |
ngx_create_paths | 49 | 25 | 51.02% | [] |
ngx_hash_add_key | 186 | 39 | 20.96% | [] |
ngx_parse_inet_url | 141 | 52 | 36.87% | [] |
ngx_log_set_log | 52 | 24 | 46.15% | [] |
ngx_log_set_levels | 47 | 23 | 48.93% | [] |
ngx_count_modules | 39 | 21 | 53.84% | [] |
ngx_output_chain | 128 | 46 | 35.93% | [] |
ngx_chain_writer | 115 | 46 | 40.0% | [] |
ngx_parse_offset | 39 | 20 | 51.28% | [] |
ngx_parse_time | 143 | 60 | 41.95% | [] |
ngx_rbtree_insert | 50 | 12 | 24.0% | [] |
ngx_rbtree_delete | 118 | 18 | 15.25% | [] |
ngx_regex_compile | 90 | 37 | 41.11% | [] |
ngx_resolver_create | 134 | 54 | 40.29% | [] |
ngx_vslprintf | 232 | 93 | 40.08% | |
ngx_sprintf_str | 39 | 15 | 38.46% | [] |
ngx_handle_read_event | 43 | 12 | 27.90% | [] |
ngx_handle_write_event | 51 | 11 | 21.56% | [] |
ngx_event_connect_peer | 180 | 58 | 32.22% | [] |
ngx_http_access_handler | 42 | 17 | 40.47% | [] |
ngx_http_auth_basic_handler | 142 | 20 | 14.08% | [] |
ngx_http_browser_merge_conf | 52 | 27 | 51.92% | [] |
ngx_http_charset_postconfiguration | 56 | 21 | 37.5% | [] |
ngx_http_charset_header_filter | 63 | 12 | 19.04% | [] |
ngx_http_destination_charset | 49 | 16 | 32.65% | [] |
ngx_http_charset_body_filter | 73 | 9 | 12.32% | [] |
ngx_http_charset_merge_loc_conf | 46 | 20 | 43.47% | [] |
ngx_http_chunked_body_filter | 90 | 10 | 11.11% | [] |
ngx_http_fastcgi_init_params | 153 | 19 | 12.41% | [] |
ngx_http_gzip_header_filter | 49 | 14 | 28.57% | [] |
ngx_http_gzip_body_filter | 100 | 9 | 9.0% | [] |
ngx_http_headers_filter | 63 | 13 | 20.63% | [] |
ngx_http_trailers_filter | 60 | 15 | 25.0% | [] |
ngx_http_limit_conn_handler | 92 | 18 | 19.56% | [] |
ngx_http_limit_req_handler | 97 | 21 | 21.64% | [] |
ngx_http_log_init | 32 | 15 | 46.87% | [] |
ngx_http_log_handler | 99 | 16 | 16.16% | [] |
ngx_http_log_merge_loc_conf | 41 | 20 | 48.78% | [] |
ngx_http_log_set_log | 223 | 21 | 9.417% | [] |
ngx_http_map | 158 | 67 | 42.40% | [] |
ngx_http_mirror_handler | 32 | 9 | 28.12% | [] |
ngx_http_not_modified_header_filter | 43 | 7 | 16.27% | [] |
ngx_http_proxy_eval | 68 | 37 | 54.41% | [] |
ngx_http_proxy_create_request | 264 | 136 | 51.51% | [] |
ngx_http_proxy_non_buffered_chunked_filter | 94 | 50 | 53.19% | [] |
ngx_http_proxy_non_buffered_copy_filter | 45 | 21 | 46.66% | [] |
ngx_http_proxy_pass | 81 | 30 | 37.03% | [] |
ngx_http_proxy_cache | 40 | 11 | 27.50% | [] |
ngx_http_range_header_filter | 87 | 14 | 16.09% | [] |
ngx_http_referer_merge_conf | 118 | 22 | 18.64% | [] |
ngx_http_rewrite_handler | 37 | 15 | 40.54% | [] |
ngx_http_scgi_init_params | 153 | 19 | 12.41% | [] |
ngx_http_ssi_header_filter | 54 | 10 | 18.51% | [] |
ngx_http_ssi_body_filter | 392 | 21 | 5.357% | [] |
ngx_http_try_files_handler | 147 | 16 | 10.88% | [] |
ngx_http_uwsgi_init_params | 153 | 19 | 12.41% | [] |
ngx_http_merge_types | 45 | 21 | 46.66% | [] |
ngx_http_init_locations | 91 | 41 | 45.05% | [] |
ngx_http_create_locations_list | 42 | 8 | 19.04% | [] |
ngx_http_init_phases | 51 | 27 | 52.94% | [] |
ngx_http_server_names | 111 | 52 | 46.84% | [] |
ngx_http_core_find_config_phase | 70 | 36 | 51.42% | [] |
ngx_http_core_access_phase | 47 | 12 | 25.53% | [] |
ngx_http_core_content_phase | 33 | 9 | 27.27% | [] |
ngx_http_core_location | 135 | 52 | 38.51% | [] |
ngx_http_core_listen | 201 | 36 | 17.91% | [] |
ngx_http_header_filter | 333 | 172 | 51.65% | [] |
ngx_http_parse_request_line | 560 | 266 | 47.5% | [] |
ngx_http_parse_complex_uri | 266 | 72 | 27.06% | [] |
ngx_http_postpone_filter | 54 | 13 | 24.07% | [] |
ngx_http_init_connection | 100 | 46 | 46.0% | [] |
ngx_http_process_request_header | 74 | 31 | 41.89% | [] |
ngx_http_finalize_request | 136 | 43 | 31.61% | [] |
ngx_http_wait_request_handler | 113 | 42 | 37.16% | [] |
ngx_http_read_request_header | 41 | 11 | 26.82% | [] |
ngx_http_process_host | 35 | 17 | 48.57% | [] |
ngx_http_finalize_connection | 56 | 30 | 53.57% | [] |
ngx_http_lingering_close_handler | 42 | 23 | 54.76% | [] |
ngx_http_read_client_request_body | 124 | 62 | 50.0% | [] |
ngx_http_request_body_save_filter | 75 | 32 | 42.66% | [] |
ngx_http_do_read_client_request_body | 122 | 62 | 50.81% | [] |
ngx_http_script_compile | 103 | 48 | 46.60% | [] |
ngx_http_upstream_add | 88 | 26 | 29.54% | [] |
ngx_http_upstream_hide_headers_hash | 86 | 39 | 45.34% | [] |
ngx_http_upstream_process_transfer_encoding | 32 | 14 | 43.75% | [] |
ngx_http_upstream_server | 168 | 54 | 32.14% | [] |
ngx_http_upstream_init_request | 197 | 72 | 36.54% | [] |
ngx_http_upstream_process_headers | 115 | 42 | 36.52% | [] |
ngx_http_upstream_set_local | 35 | 8 | 22.85% | [] |
ngx_http_upstream_finalize_request | 109 | 53 | 48.62% | [] |
ngx_http_upstream_connect | 117 | 60 | 51.28% | [] |
ngx_http_upstream_process_header | 107 | 49 | 45.79% | [] |
ngx_http_upstream_test_next | 100 | 16 | 16.0% | [] |
ngx_http_upstream_intercept_errors | 68 | 11 | 16.17% | [] |
ngx_http_upstream_send_response | 233 | 37 | 15.87% | [] |
ngx_http_upstream_send_request | 82 | 31 | 37.80% | [] |
ngx_http_upstream_send_request_body | 81 | 19 | 23.45% | [] |
ngx_http_upstream_init_round_robin | 303 | 94 | 31.02% | [] |
ngx_http_upstream_get_round_robin_peer | 65 | 29 | 44.61% | [] |
ngx_http_upstream_free_round_robin_peer | 53 | 25 | 47.16% | [] |
ngx_http_map_find | 39 | 18 | 46.15% | [] |
ngx_http_regex_exec | 42 | 18 | 42.85% | [] |
ngx_http_variable_headers_internal | 44 | 11 | 25.0% | [] |
ngx_http_write_filter | 239 | 67 | 28.03% | [] |
ngx_http_v2_header_filter | 373 | 30 | 8.042% | [] |
The below fuzzers are templates and suggestions for how to target the set of optimal functions above
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target ngx_http_memcached_handler */
UNKNOWN_TYPE unknown_0;
ngx_http_memcached_handler(unknown_0);
af_safe_gb_cleanup();
}
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
Source file | Reached by | Covered by |
---|---|---|
/src/LPM/external.protobuf/include/absl/log/internal/nullstream.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_split_internal.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/names.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/map_container.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/layout.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/poisson_distribution.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_transport.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_limit_req_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/reflection_mode.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/descriptor_database.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_message_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/iostream_state_saver.h | [] | [] |
/src/nginx/src/event/ngx_event_openssl_cache.c | [] | [] |
/src/LPM/external.protobuf/include/absl/types/internal/span.h | [] | [] |
/src/nginx/src/mail/ngx_mail_realip_module.c | [] | [] |
/src/nginx/src/event/modules/ngx_eventport_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_flv_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/fixed_array.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/file.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/arg.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc32_x86_arm_combined_simd.h | [] | [] |
/src/nginx/src/stream/ngx_stream.c | [] | [] |
/src/nginx/src/os/unix/ngx_posix_init.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/accessors/generator.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_browser_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/graphcycles.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-matchers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/debugging/internal/address_is_readable.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/zipf_distribution.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/shared_message.c | [] | [] |
/src/nginx/src/core/ngx_cpuinfo.c | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/private_handle_accessor.h | [] | [] |
/src/nginx/src/core/ngx_radix_tree.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_headers_filter_module.c | [] | [] |
/src/nginx/src/os/unix/ngx_udp_send.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/globals.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/src/test_lib_json/jsontest.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/ascii.h | [] | [] |
/src/nginx/src/core/ngx_crc32.c | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/commandlineflag.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_map_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/utility/internal/if_constexpr.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/zero_copy_input_stream.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/test/gmock-matchers_test.h | [] | [] |
/src/nginx/src/os/unix/ngx_darwin_init.c | [] | [] |
/src/nginx/src/core/ngx_buf.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/test_helpers.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_frames.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/reader.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_userid_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/strip.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/string_field.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_realip_module.c | [] | [] |
/src/nginx/src/http/ngx_http_request.c | [] | [] |
/src/nginx/src/mail/ngx_mail_smtp_handler.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/proto_api.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/enum.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/beta_distribution.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/json.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/command_line_interface_tester.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/fast_type_id.h | [] | [] |
/src/nginx/src/event/modules/ngx_epoll_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_ip_hash_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/randen_engine.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/line_consumer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/str_replace.h | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/src/time_zone_libc.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/test/parse_text_proto.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-death-test.h | [] | [] |
/src/nginx/src/event/ngx_event_accept.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/nanobenchmark.h | [] | [] |
/src/nginx/src/core/ngx_connection.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/tracked.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/log_sink.h | [] | [] |
/src/nginx/src/stream/ngx_stream_script.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/names.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/internal_visibility_for_testing.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/futex.h | [] | [] |
/src/nginx/src/core/ngx_slab.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/parser.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/string_field.h | [] | [] |
/src/nginx/src/os/win32/ngx_event_log.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb_generator/gen_utils.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/protobuf.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/untyped_message.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_tokens.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_enum_util.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/wrappers.pb.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_tctable_decl.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/message.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_btree_reader.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-spec-builders.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/message_lite.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/inlined_vector.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/log_streamer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/notification.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/Tests/GPBTestUtilities.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_addition_filter_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_split_clients_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/importer.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_referer_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/status/status.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/mutex.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBArray_PackagePrivate.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_streams.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/internal/internal.h | [] | [] |
/src/nginx/src/mail/ngx_mail_pop3_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/message_factory.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/bit_gen_ref.h | [] | [] |
/src/nginx/src/core/ngx_string.h | [] | [] |
/src/nginx/src/core/ngx_inet.c | [] | [] |
/src/nginx/src/event/ngx_event_udp.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/str_cat.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_gzip_static_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/nullguard.h | [] | [] |
/src/nginx/src/stream/ngx_stream_return_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/parse_context.h | [] | [] |
/src/nginx/src/stream/ngx_stream_proxy_module.c | [] | [] |
/src/libprotobuf-mutator/src/mutator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/extension.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_proxy_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/mocking_bit_gen.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/extension.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_random_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-assertion-result.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/extension.h | [] | [] |
/src/nginx/src/stream/ngx_stream_core_module.c | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_request.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/plugin.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/append_truncated.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/util/message_differencer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/reflection.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_btree.h | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/internal/hash.h | [] | [] |
/src/LPM/external.protobuf/include/absl/functional/overload.h | [] | [] |
/src/nginx/src/event/ngx_event_posted.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/struct.pb.h | [] | [] |
/src/nginx/src/event/modules/ngx_win32_poll_module.c | [] | [] |
/src/nginx/src/mail/ngx_mail_proxy_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/tokenizer.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/wire_format_lite.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/scoped_set_env.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_sample_token.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/crc32c.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/internal_helpers.h | [] | [] |
/src/nginx/src/http/ngx_http_special_response.c | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/parse.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/io_win32.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/cpu_detect.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/unknown_field_set.h | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/code_generator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/stage0/google/protobuf/compiler/plugin.upb.c | [] | [] |
/src/nginx/src/os/unix/ngx_socket.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_test_util.h | [] | [] |
/src/nginx/src/event/ngx_event_openssl.c | [] | [] |
/src/nginx/src/core/ngx_hash.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_keepalive_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/thread_identity.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/thread_pool.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/uniform_real_distribution.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/message.c | [] | [] |
/src/LPM/external.protobuf/include/absl/algorithm/container.h | [] | [] |
/src/nginx/src/os/unix/ngx_shmem.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hash_policy_traits.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/message_serialization.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/stubs/common.h | [] | [] |
/src/LPM/external.protobuf/include/absl/numeric/internal/bits.h | [] | [] |
/src/fuzzer-test-suite/libpng-1.2.56/png_mutator.h | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/internal/hash_test.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/cpp/unittest.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/futex_waiter.h | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/include/cctz/civil_time_detail.h | [] | [] |
/src/nginx/src/os/unix/ngx_dlopen.c | [] | [] |
/src/nginx/src/os/win32/ngx_files.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/defs.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/conformance/binary_json_conformance_suite.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/ptr.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/protobuf.h | [] | [] |
/src/nginx/src/os/unix/ngx_recv.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/samples/sample2.h | [] | [] |
/src/nginx/src/mail/ngx_mail_pop3_handler.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/naive.c | [] | [] |
/src/nginx/src/os/win32/ngx_time.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/zero_copy_stream.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/dynamic_annotations.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/fastmath.h | [] | [] |
/src/LPM/external.protobuf/include/absl/debugging/leak_check.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/rust_field_type.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/test_instance_tracker.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/file.h | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/hash_testing.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/stdcpp_waiter.h | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/cleanup/internal/cleanup.h | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2.c | [] | [] |
/src/libprotobuf-mutator/src/field_instance.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/io/test_zero_copy_stream.h | [] | [] |
/src/LPM/external.protobuf/include/absl/debugging/internal/elf_mem_image.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_xslt_filter_module.c | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_encode.c | [] | [] |
/src/LPM/external.protobuf/include/absl/types/compare.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_empty_gif_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arena.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/mock_helpers.h | [] | [] |
/src/nginx/src/core/ngx_crc.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/map_test_util_impl.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/range-avx2.c | [] | [] |
/src/nginx/src/os/win32/ngx_wsarecv_chain.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/implicit_weak_message.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arenastring.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_bpf.c | [] | [] |
/src/LPM/external.protobuf/include/utf8_validity.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/barrier.h | [] | [] |
/src/nginx/src/event/modules/ngx_devpoll_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/text/debug_string.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/reflection.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-matchers.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/backend/upb/interop.h | [] | [] |
/src/LPM/external.protobuf/include/absl/meta/type_traits.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_static_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/varint_shuffle.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/repeated_field.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/charconv_bigint.h | [] | [] |
/src/nginx/src/os/win32/ngx_wsarecv.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/thread_safe_arena.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/java_features.pb.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/command_line_interface.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/repeated_ptr_field.h | [] | [] |
/src/libprotobuf-mutator/src/weighted_reservoir_sampler.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arena_cleanup.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/primitive_field.h | [] | [] |
/src/nginx/src/http/ngx_http_script.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/arena_test_util.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/gzip_stream.h | [] | [] |
/src/LPM/external.protobuf/include/absl/types/span.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_internal.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/reflection/internal/desc_state.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hash_policy_testing.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/stage0/google/protobuf/compiler/plugin.upb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/nonsecure_base.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBUtilities_PackagePrivate.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/check_op.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/zero_copy_sink.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/wire/byte_size.c | [] | [] |
/src/nginx/src/os/unix/ngx_thread_mutex.c | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/src/time_zone_impl.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/message.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/utf8_to_utf16/naive.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/endian.h | [] | [] |
/src/nginx/src/stream/ngx_stream_ssl_preread_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_mp4_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/types/internal/variant.h | [] | [] |
/src/LPM/external.protobuf/include/absl/status/internal/statusor_internal.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBMessage_PackagePrivate.h | [] | [] |
/src/nginx/src/os/unix/ngx_channel.c | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/flag.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hash_function_defaults.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/safe_numerics.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/repeated_field_iterator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/any.pb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/structured.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/field_generator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/test_util.h | [] | [] |
/src/nginx/src/http/modules/perl/ngx_http_perl_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/options.h | [] | [] |
/src/nginx/src/stream/ngx_stream_access_module.c | [] | [] |
/src/nginx/src/stream/ngx_stream_log_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/text_format.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_update_scope.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/coded_stream.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/repeated_composite_container.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/zero_copy_stream_impl.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/def.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/charset.h | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2_table.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/dynamic_message.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/convert.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/low_level_alloc.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arena_align.h | [] | [] |
/src/nginx/src/core/ngx_list.h | [] | [] |
/src/nginx/src/http/ngx_http_write_filter_module.c | [] | [] |
/src/nginx/src/os/unix/ngx_freebsd_sendfile_chain.c | [] | [] |
/src/nginx/src/http/ngx_http_huff_decode.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/wire_format.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/scoped_mock_log.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/exception_safety_testing.h | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2_encode.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/def.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/field.h | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_parse.c | [] | [] |
/src/nginx/src/core/ngx_spinlock.c | [] | [] |
/src/LPM/external.protobuf/include/absl/functional/internal/front_binder.h | [] | [] |
/src/nginx/src/core/ngx_array.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_ssl.c | [] | [] |
/src/nginx/src/event/modules/ngx_iocp_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/sem_waiter.h | [] | [] |
/src/nginx/src/os/unix/ngx_thread_cond.c | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/waiter_base.h | [] | [] |
/src/LPM/external.protobuf/include/upb/port/atomic.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/conformance/conformance_upb.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_scgi_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/test/googletest-param-test-test.h | [] | [] |
/src/nginx/src/core/ngx_string.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/stubs/port.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/charconv_parse.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor_visitor.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/message.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/cord_test_helpers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_handle.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/stringify_sink.h | [] | [] |
/src/nginx/src/event/modules/ngx_select_module.c | [] | [] |
/src/nginx/src/os/win32/ngx_thread.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/chunked_input_stream.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/repeated_field.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/explicitly_constructed.h | [] | [] |
/src/nginx/src/http/ngx_http_request_body.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/utf8_to_utf16/main.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/oneof.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/port.h | [] | [] |
/src/nginx/src/core/ngx_file.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_fastcgi_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/naming.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/lemire-avx2.c | [] | [] |
/src/nginx/src/stream/ngx_stream_ssl_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/types/optional.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h | [] | [] |
/src/LPM/external.protobuf/include/absl/types/internal/optional.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/randen_hwaes.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/timestamp.pb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/log_message.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/src/gtest-internal-inl.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_auth_basic_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/hpb.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_reflection.h | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_uni.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/repeated_field.h | [] | [] |
/src/nginx/src/http/ngx_http_huff_encode.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/explicit_seed_seq.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/pcg_engine.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/util/time_util.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/test_util_lite.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/spinlock_wait.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/descriptor_containers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/marshalling.h | [] | [] |
/src/nginx/src/event/ngx_event_connectex.c | [] | [] |
/src/nginx/src/os/win32/ngx_stat.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/util/def_to_proto_test.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/reflection/stage0/google/protobuf/descriptor.upb.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/field_generators/generators.h | [] | [] |
/src/nginx/src/os/win32/ngx_shmem.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/tf_decode_data.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/defs.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/test/fuzz_util.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/generator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/message.h | [] | [] |
/src/nginx/src/mail/ngx_mail_imap_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_uwsgi_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor_database.h | [] | [] |
/src/nginx/src/core/ngx_log.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/generator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/repeated_scalar_container.h | [] | [] |
/src/nginx/src/http/ngx_http.c | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_round_robin.c | [] | [] |
/src/nginx/src/os/unix/ngx_linux_aio_read.c | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc_memcpy.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_update_tracker.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/ruby/ruby_generator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/scoped_pyobject_ptr.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/log_uniform_int_distribution.h | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/src/time_zone_if.h | [] | [] |
/src/nginx/src/core/ngx_proxy_protocol.c | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_migration.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/message/promote.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/proto.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/shared_convert.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/padding_optimizer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/log_format.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_geoip_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/macros.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/discrete_distribution.h | [] | [] |
/src/libprotobuf-mutator/port/protobuf.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/map_field_inl.h | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/randen_slow.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/enum.h | [] | [] |
/src/nginx/src/os/unix/ngx_setaffinity.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/bind.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/log_sink_registry.h | [] | [] |
/src/LPM/external.protobuf/include/absl/types/variant.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_ssl_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/inlined_string_field.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/accessors/default_value.h | [] | [] |
/src/nginx/src/core/ngx_shmtx.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBDictionary_PackagePrivate.h | [] | [] |
/src/nginx/src/http/ngx_http_core_module.c | [] | [] |
/src/nginx/src/http/ngx_http_copy_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/win32_waiter.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/unaligned_access.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/serial_arena.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_range_filter_module.c | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_hash_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/create_thread_identity.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/cord.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/helpers.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/zero_copy_output_stream.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/message.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/test_util2.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/log_severity.h | [] | [] |
/src/LPM/external.protobuf/include/absl/time/civil_time.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/convert.c | [] | [] |
/src/LPM/external.protobuf/include/absl/types/bad_any_cast.h | [] | [] |
/src/nginx/src/os/unix/ngx_udp_recv.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/zip_writer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/status/internal/status_internal.h | [] | [] |
/src/nginx/src/http/ngx_http_header_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/enum_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/node_hash_map.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/arena.c | [] | [] |
/src/nginx/src/core/nginx.c | [] | [] |
/src/nginx/src/mail/ngx_mail_core_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/extension.h | [] | [] |
/src/nginx/src/core/ngx_rwlock.c | [] | [] |
/src/LPM/external.protobuf/include/upb_generator/common/names.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/sequence_urbg.h | [] | [] |
/src/fuzzer-test-suite/sqlite-2016-11-14/sqlite3.c | ['fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c'] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/samples/sample4.h | [] | [] |
/src/nginx/src/os/win32/ngx_udp_wsarecv.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/string_view.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/flag.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/api.pb.h | [] | [] |
/src/nginx/src/stream/ngx_stream_split_clients_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/no_destructor.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/seed_material.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/test/production.h | ['fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c'] | [] |
/src/nginx/src/os/unix/ngx_solaris_sendfilev_chain.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/map_type_handler.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/constexpr_parser.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/allocator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/has_bits.h | [] | [] |
/src/nginx/src/mail/ngx_mail_auth_http_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/printer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/str_join.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/stubs/callback.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/exponential_distribution.h | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/internal/low_level_hash.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/fast_uniform_bits.h | [] | [] |
/src/nginx/src/http/ngx_http_upstream.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/endian.h | [] | [] |
/src/nginx/src/stream/ngx_stream_handler.c | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/include/cctz/time_zone.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/reflection_visit_fields.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/map.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_reflection_class.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/protobuf.c | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/usage.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/mock_code_generator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/primitive_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/memory/memory.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_udp.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/range2-sse.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBDescriptor_PackagePrivate.h | [] | [] |
/src/nginx/src/event/ngx_event.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/kotlin/message.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/gaussian_distribution.h | [] | [] |
/src/nginx/src/stream/ngx_stream_geoip_module.c | [] | [] |
/src/nginx/src/mail/ngx_mail_handler.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/lua/def.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/helpers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/prefetch.h | [] | [] |
/src/nginx/src/core/ngx_resolver.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/descriptor_containers.c | [] | [] |
/src/nginx/src/core/ngx_syslog.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/errno_saver.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_gzip_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/numeric/internal/representation.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_random_index_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/escaping.h | [] | [] |
/src/nginx/src/event/ngx_event_pipe.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/text/encode.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/test/gmock_link_test.h | [] | [] |
/src/nginx/src/stream/ngx_stream_map_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/conditions.h | [] | [] |
/src/nginx/src/stream/ngx_stream_write_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/primitive_field.h | [] | [] |
/src/nginx/src/core/ngx_cycle.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/testing/file.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/non_temporal_arm_intrinsics.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/protobuf.c | [] | [] |
/src/nginx/src/os/win32/ngx_wsasend_chain.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/unscaledcycleclock.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/die_if_null.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/descriptor_pool.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/map.c | [] | [] |
/src/nginx/src/core/ngx_queue.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/low_level_scheduling.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/extension_dict.h | [] | [] |
/src/LPM/external.protobuf/include/absl/debugging/internal/vdso_support.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_zone_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arena_allocation_policy.h | [] | [] |
/src/nginx/src/core/ngx_array.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-spi.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/pool_urbg.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_ack.c | [] | [] |
/src/nginx/src/http/v2/ngx_http_v2.h | [] | [] |
/src/nginx/src/os/unix/ngx_send.c | [] | [] |
/src/LPM/external.protobuf/include/absl/random/bernoulli_distribution.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_degradation_module.c | [] | [] |
/src/nginx/src/os/unix/ngx_user.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/arenaz_sampler.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/common.h | [] | [] |
/src/nginx/src/core/ngx_bpf.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/node_slot_policy.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/service.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_functions.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/util/field_mask_util.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/message_builder.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cordz_info.h | [] | [] |
/src/nginx/src/core/ngx_list.c | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc_cord_state.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/test_actions.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/extension_set.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/message_field.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/field_generator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/extension.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_tctable_impl.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/metadata_lite.h | [] | [] |
/src/nginx/src/event/ngx_event_acceptex.c | [] | [] |
/src/nginx/src/mail/ngx_mail_parse.c | [] | [] |
/src/LPM/external.protobuf/include/upb/port/vsnprintf_compat.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/conformance/text_format_conformance_suite.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBCodedInputStream_PackagePrivate.h | [] | [] |
/src/nginx/src/os/unix/ngx_alloc.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/casts.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor_legacy.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/util/type_resolver.h | [] | [] |
/src/LPM/external.protobuf/include/absl/numeric/int128.h | [] | [] |
/src/nginx/src/event/ngx_event_timer.h | [] | [] |
/src/nginx/src/stream/ngx_stream_variables.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/cpp_features.pb.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-test-part.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/unknown_fields.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/php-upb.h | [] | [] |
/src/nginx/src/http/ngx_http_upstream_round_robin.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/GPBUnknownField_PackagePrivate.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-more-matchers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/include/cctz/zone_info_source.h | [] | [] |
/src/nginx/src/event/modules/ngx_kqueue_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/btree.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hash_generator_testing.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_grpc_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_index_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/generator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/any.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/string.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/charconv.h | [] | [] |
/src/nginx/src/core/ngx_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/output.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/message_path.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/annotation_test_util.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/call_once.h | [] | [] |
/src/nginx/src/os/unix/ngx_thread_id.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/utf8_range.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/lexer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/cleanup/cleanup.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_sub_filter_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/conformance/failure_list_trie_node.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/map_field.h | [] | [] |
/src/nginx/src/os/unix/ngx_files.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_rewrite_module.c | [] | [] |
/src/nginx/src/stream/ngx_stream_geo_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/btree_test.h | [] | [] |
/src/nginx/src/core/ngx_times.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/convert.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/array.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/duration.pb.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_chunked_filter_module.c | [] | [] |
/src/nginx/src/os/unix/ngx_linux_sendfile_chain.c | [] | [] |
/src/nginx/src/os/unix/ngx_readv_chain.c | [] | [] |
/src/nginx/src/core/ngx_murmurhash.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/inlined_vector.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/message_builder.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_slice_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/file.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_join_internal.h | [] | [] |
/src/nginx/src/mail/ngx_mail.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor_lite.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/unparser_traits.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/python/pyi_generator.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_ssi_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/log_entry.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/reflection_internal.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-nice-strict.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/traits.h | [] | [] |
/src/nginx/src/core/ngx_output_chain.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/lua/upb.c | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/internal/spy_hash_state.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/json_features.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/non_temporal_memcpy.h | [] | [] |
/src/nginx/src/event/ngx_event_openssl_stapling.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/checker.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/map_entry.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/internal_visibility.h | [] | [] |
/src/nginx/src/stream/ngx_stream_realip_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/php-upb.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_limit_conn_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_charset_filter_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_map_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/str_format.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_flat.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/utf8_to_utf16/iconv.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/io/zero_copy_stream_impl_lite.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/spinlock.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc_internal.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/writer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/inline_variable_testing.h | [] | [] |
/src/nginx/src/core/ngx_conf_file.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb_generator/keywords.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/context.h | [] | [] |
/src/LPM/external.protobuf/include/absl/profiling/internal/sample_recorder.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/type.pb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/raw_logging.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/match.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/atomic_hook.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-param-test.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/chunked_output_stream.c | [] | [] |
/src/LPM/external.protobuf/include/absl/status/statusor.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/cpp/tools/analyze_profile_proto.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_least_conn_module.c | [] | [] |
/src/nginx/src/stream/ngx_stream_pass_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/empty.pb.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/accessors/accessor_case.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_connid.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/cord_buffer.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/util/def_to_proto.c | [] | [] |
/src/nginx/src/core/ngx_parse.c | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_openssl_compat.c | [] | [] |
/src/nginx/src/mail/ngx_mail_smtp_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/map.h | [] | [] |
/src/nginx/src/os/unix/ngx_writev_chain.c | [] | [] |
/src/libprotobuf-mutator/examples/fuzzer_test.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/raw_hash_set.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/extension_set_inl.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/zero_copy_buffered_stream.h | [] | [] |
/src/nginx/src/core/ngx_md5.c | [] | [] |
/src/nginx/src/http/ngx_http_variables.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/kernel_timeout.h | [] | [] |
/src/LPM/external.protobuf/include/absl/hash/hash.h | [] | [] |
/src/nginx/src/stream/ngx_stream_set_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/parser.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/shared_code_generator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/wrap_memcpy.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/rust/cpp_kernel/serialized_data.h | [] | [] |
/src/nginx/src/os/win32/ngx_socket.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/util/required_fields.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_util.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/requires.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/atomic_hook_test_helper.h | [] | [] |
/src/nginx/src/misc/ngx_google_perftools_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/generated_message_tctable_gen.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/tokenizer.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/test_allocator.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/direct_mmap.h | [] | [] |
/src/nginx/src/os/win32/ngx_process_cycle.c | [] | [] |
/src/nginx/src/os/unix/ngx_file_aio_read.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_source_generator_base.h | [] | [] |
/src/fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c | ['fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c'] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/container_memory.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/map_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/structured.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_enum_field.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/util/field_comparator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/reflection_tester.h | [] | [] |
/src/nginx/src/os/win32/ngx_wsasend.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_image_filter_module.c | [] | [] |
/src/nginx/src/core/ngx_parse_time.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/descriptor.pb.h | [] | [] |
/src/nginx/src/core/ngx_log.h | [] | [] |
/src/nginx/src/os/unix/ngx_files.c | [] | [] |
/src/nginx/src/http/ngx_http_postpone_filter_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_not_modified_filter_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_stub_status_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/generator.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/scc.h | [] | [] |
/src/LPM/external.protobuf/include/absl/functional/internal/any_invocable.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/enum_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/base/const_init.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/range-sse.c | [] | [] |
/src/LPM/external.protobuf/include/absl/profiling/internal/periodic_sampler.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/distribution_caller.h | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_round_robin.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/sequence_lock.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/map_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/numbers.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/str_split.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/plugin.pb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/substitute.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/namespace_printer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/wide_multiply.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/feature_resolver.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/path_util.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_gunzip_filter_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-printers.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_dav_module.c | [] | [] |
/src/nginx/src/http/v3/ngx_http_v3_table.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/voidify.h | [] | [] |
/src/nginx/src/core/ngx_rbtree.h | [] | [] |
/src/LPM/external.protobuf/include/absl/crc/internal/crc32c_inline.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_socket.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/message_field.h | [] | [] |
/src/nginx/src/os/win32/ngx_service.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/source_context.pb.h | [] | [] |
/src/nginx/src/os/unix/ngx_setproctitle.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/field_mask.pb.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/common_policy_traits.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_try_files_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/test_textproto.h | [] | [] |
/src/nginx/src/http/ngx_http_parse.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb/internal/template_help.h | [] | [] |
/src/nginx/src/core/ngx_regex.c | [] | [] |
/src/nginx/src/os/unix/ngx_errno.c | [] | [] |
/src/LPM/external.protobuf/include/absl/time/clock.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/uniform_int_distribution.h | [] | [] |
/src/nginx/src/stream/ngx_stream_limit_conn_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/has_absl_stringify.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hashtable_debug_hooks.h | [] | [] |
/src/nginx/src/mail/ngx_mail_imap_handler.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/descriptor_pool.c | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic.c | [] | [] |
/src/LPM/external.protobuf/include/absl/log/internal/vlog_config.h | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/pthread_waiter.h | [] | [] |
/src/nginx/src/http/ngx_http_file_cache.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_helpers.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_memcached_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest-message.h | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_random_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/gmock-cardinalities.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/writer.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/map.c | [] | [] |
/src/nginx/src/core/ngx_open_file_cache.c | [] | [] |
/src/nginx/src/os/unix/ngx_process_cycle.c | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_data_edge.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/samples/prime_tables.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/file_layout.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/compressed_tuple.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/gtest.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/php/php_generator.h | [] | [] |
/src/nginx/src/event/ngx_event_timer.c | [] | [] |
/src/LPM/external.protobuf/include/absl/base/internal/cycleclock.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_protection.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/name_resolver.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/hpb_generator/output.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/c/names.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_auth_request_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/samples/sample3-inl.h | [] | [] |
/src/LPM/external.protobuf/include/absl/types/any.h | [] | [] |
/src/nginx/src/event/quic/ngx_event_quic_output.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/raw_ptr.h | [] | [] |
/src/nginx/src/os/unix/ngx_udp_sendmsg_chain.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/parser_traits.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/glue.c | [] | [] |
/src/nginx/src/os/unix/ngx_daemon.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/field_access_listener.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/lua/main.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/descriptor_traits.h | [] | [] |
/src/LPM/external.protobuf/include/absl/profiling/internal/exponential_biased.h | [] | [] |
/src/fuzz/wrappers.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/generator_factory.h | [] | [] |
/src/nginx/src/event/ngx_event_connect.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/helpers.h | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/btree_container.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_log_module.c | [] | [] |
/src/LPM/external.protobuf/include/absl/container/internal/hashtablez_sampler.h | [] | [] |
/src/libprotobuf-mutator/examples/xml/xml_writer.h | [] | [] |
/src/nginx/src/core/ngx_crypt.c | [] | [] |
/src/nginx/src/os/unix/ngx_process.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/descriptor.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/conformance/conformance_test.h | [] | [] |
/src/nginx/src/core/ngx_thread_pool.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/service.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/message.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/message.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/enum_field.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_autoindex_module.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_mirror_module.c | [] | [] |
/src/fuzzer-test-suite/lcms-2017-03-21/cms_transform_fuzzer.c | ['fuzzer-test-suite/lcms-2017-03-21/cms_transform_fuzzer.c'] | [] |
/src/nginx/src/os/unix/ngx_atomic.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/lua/msg.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/lemire-neon.c | [] | [] |
/src/LPM/external.protobuf/include/absl/time/time.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/resize_uninitialized.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb/message/accessors_split64.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/cordz_test_helpers.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/message.h | [] | [] |
/src/LPM/external.protobuf/include/absl/random/internal/randen.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/common.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/string_block.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/context.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/map_lite_test_util.h | [] | [] |
/src/nginx/src/os/unix/ngx_darwin_sendfile_chain.c | [] | [] |
/src/LPM/external.protobuf/include/absl/debugging/failure_signal_handler.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/message_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_btree_navigator.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/extension_dict.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/blocking_counter.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/reflection_visit_field_info.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_access_module.c | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_least_conn_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/python/repeated.c | [] | [] |
/src/nginx/src/mail/ngx_mail_ssl_module.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h | [] | [] |
/src/nginx/src/core/ngx_crc32.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_geo_module.c | [] | [] |
/src/nginx/src/os/unix/ngx_time.c | [] | [] |
/src/nginx/src/http/modules/ngx_http_upstream_hash_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/enum.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/csharp_wrapper_field.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/cord_rep_crc.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/value.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/internal/commandlineflag.h | [] | [] |
/src/nginx/src/event/quic/bpf/ngx_quic_reuseport_helper.c | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/lookup.c | [] | [] |
/src/LPM/external.protobuf/include/absl/synchronization/internal/per_thread_sem.h | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/parse_function_generator.h | [] | [] |
/src/LPM/external.protobuf/include/absl/strings/internal/numbers_test_common.h | [] | [] |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/src/lib_json/json_tool.h | [] | [] |
/src/nginx/src/http/modules/ngx_http_secure_link_module.c | [] | [] |
/src/nginx/src/core/ngx_sha1.c | [] | [] |
/src/nginx/src/core/ngx_rbtree.c | [] | [] |
/src/nginx/src/stream/ngx_stream_upstream_zone_module.c | [] | [] |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/import_writer.h | [] | [] |
/src/LPM/external.protobuf/include/absl/flags/parse.h | [] | [] |
/src/nginx/src/core/ngx_palloc.c | [] | [] |
Directory |
---|
/src/LPM/external.protobuf/src/external.protobuf/rust/cpp_kernel/ |
/src/LPM/external.protobuf/include/google/protobuf/io/ |
/src/LPM/external.protobuf/src/external.protobuf/ruby/ext/google/protobuf_c/ |
/src/nginx/src/http/ |
/src/fuzzer-test-suite/lcms-2017-03-21/ |
/src/LPM/external.protobuf/include/absl/synchronization/ |
/src/nginx/src/event/quic/bpf/ |
/src/nginx/src/stream/ |
/src/LPM/external.protobuf/src/external.protobuf/hpb_generator/ |
/src/LPM/external.protobuf/include/absl/synchronization/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/ |
/src/LPM/external.protobuf/include/absl/status/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/ |
/src/LPM/external.protobuf/include/google/protobuf/json/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/ |
/src/LPM/external.protobuf/include/absl/random/ |
/src/nginx/src/core/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/util/ |
/src/LPM/external.protobuf/include/upb/port/ |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/ |
/src/LPM/external.protobuf/include/absl/container/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/src/lib_json/ |
/src/LPM/external.protobuf/include/absl/strings/internal/ |
/src/LPM/external.protobuf/include/absl/strings/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/internal/ |
/src/LPM/external.protobuf/include/absl/numeric/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/io/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/field_generators/ |
/src/LPM/external.protobuf/src/external.protobuf/hpb/backend/upb/ |
/src/LPM/external.protobuf/include/absl/types/ |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/ |
/src/LPM/external.protobuf/include/google/protobuf/ |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/stage0/google/protobuf/compiler/ |
/src/fuzzer-test-suite/libpng-1.2.56/ |
/src/LPM/external.protobuf/src/external.protobuf/objectivec/Tests/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/conformance/ |
/src/LPM/external.protobuf/include/absl/memory/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/kotlin/ |
/src/LPM/external.protobuf/include/absl/utility/internal/ |
/src/nginx/src/misc/ |
/src/LPM/external.protobuf/include/absl/crc/internal/ |
/src/LPM/external.protobuf/include/absl/container/ |
/src/LPM/external.protobuf/include/upb_generator/common/ |
/src/LPM/external.protobuf/include/absl/base/internal/ |
/src/LPM/external.protobuf/include/absl/status/internal/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/csharp/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/accessors/ |
/src/nginx/src/http/modules/perl/ |
/src/nginx/src/http/modules/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/test/ |
/src/LPM/external.protobuf/include/absl/random/internal/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/objectivec/ |
/src/LPM/external.protobuf/src/external.protobuf/lua/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/wire/ |
/src/LPM/external.protobuf/include/absl/flags/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/io/ |
/src/LPM/external.protobuf/include/google/protobuf/json/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/samples/ |
/src/fuzz/ |
/src/LPM/external.protobuf/include/absl/numeric/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/hpb/internal/ |
/src/libprotobuf-mutator/examples/ |
/src/nginx/src/os/unix/ |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/include/cctz/ |
/src/LPM/external.protobuf/include/absl/meta/ |
/src/nginx/src/event/modules/ |
/src/LPM/external.protobuf/include/google/protobuf/stubs/ |
/src/LPM/external.protobuf/include/absl/cleanup/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/c/ |
/src/LPM/external.protobuf/include/absl/log/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/reflection/internal/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/cpp/ |
/src/LPM/external.protobuf/include/absl/hash/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/src/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/full/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/ruby/ |
/src/LPM/external.protobuf/include/absl/log/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/include/json/ |
/src/LPM/external.protobuf/src/external.protobuf/conformance/ |
/src/LPM/external.protobuf/include/absl/types/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/jsoncpp/src/test_lib_json/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/test/ |
/src/LPM/external.protobuf/include/google/protobuf/testing/ |
/src/LPM/external.protobuf/include/absl/hash/internal/ |
/src/LPM/external.protobuf/include/absl/time/internal/cctz/src/ |
/src/LPM/external.protobuf/src/external.protobuf/upb_generator/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/text/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/php/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/reflection/stage0/google/protobuf/ |
/src/LPM/external.protobuf/include/absl/crc/ |
/src/fuzzer-test-suite/sqlite-2016-11-14/ |
/src/LPM/external.protobuf/include/absl/base/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googletest/include/gtest/internal/ |
/src/nginx/src/http/v2/ |
/src/LPM/external.protobuf/include/absl/time/ |
/src/LPM/external.protobuf/include/absl/strings/internal/str_format/ |
/src/LPM/external.protobuf/include/absl/algorithm/ |
/src/LPM/external.protobuf/include/google/protobuf/util/ |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/cpp/ |
/src/LPM/external.protobuf/include/absl/debugging/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/src/google/protobuf/compiler/cpp/tools/ |
/src/LPM/external.protobuf/include/absl/flags/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/utf8_to_utf16/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/googletest/googlemock/include/gmock/ |
/src/LPM/external.protobuf/include/ |
/src/nginx/src/event/ |
/src/LPM/external.protobuf/src/external.protobuf/hpb/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/test/ |
/src/libprotobuf-mutator/src/ |
/src/LPM/external.protobuf/src/external.protobuf/third_party/utf8_range/ |
/src/LPM/external.protobuf/src/external.protobuf/upb/message/ |
/src/LPM/external.protobuf/include/absl/functional/internal/ |
/src/LPM/external.protobuf/include/absl/profiling/internal/ |
/src/LPM/external.protobuf/src/external.protobuf/python/google/protobuf/pyext/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/rust/ |
/src/nginx/src/event/quic/ |
/src/nginx/src/mail/ |
/src/nginx/src/os/win32/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/lite/ |
/src/LPM/external.protobuf/src/external.protobuf/php/ext/google/protobuf/ |
/src/LPM/external.protobuf/include/absl/functional/ |
/src/libprotobuf-mutator/port/ |
/src/LPM/external.protobuf/include/absl/debugging/ |
/src/nginx/src/http/v3/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/java/ |
/src/libprotobuf-mutator/examples/xml/ |
/src/LPM/external.protobuf/include/google/protobuf/compiler/python/ |
/src/LPM/external.protobuf/include/absl/cleanup/ |
/src/LPM/external.protobuf/src/external.protobuf/python/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
fuzzer-test-suite/lcms-2017-03-21/cms_transform_fuzzer.c | fuzzerLogFile-0.data | fuzzerLogFile-0.data.yaml | http_request_fuzzer.covreport |
fuzzer-test-suite/sqlite-2016-11-14/ossfuzz.c | fuzzerLogFile-1.data | fuzzerLogFile-1.data.yaml | http_request_fuzzer.covreport |
This section contains multiple tables, each table contains a list of sink functions/methods found in the project for one of the CWE supported by the sink analyser, together with information like which fuzzers statically reach the sink functions/methods and possible call path to that sink functions/methods if it is not statically reached by any fuzzers. Column 1 is the function/method name of the sink functions/methods found in the project. Column 2 lists all fuzzers (or no fuzzers at all) that have covered that particular function method statically. Column 3 shows a list of possible call paths to reach the specific function/method call if none of the fuzzers cover the target function/method calls. Lastly, column 4 shows possible fuzzer blockers that prevent an existing fuzzer from reaching the target sink functions/methods dynamically.
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
get | [] |
Path 1
Path 2 |
N/A |
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
get | [] |
Path 1
Path 2 |
N/A |
Target sink | Reached by fuzzer | Function call path | Possible branch blockers |
---|---|---|---|
write | [] |
Path 1
Path 2 |
N/A |