Home
last modified time | relevance | path

Searched refs:test_with_flags (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/fuzzing/
Dfuzz_uri_parse.c4 test_with_flags (const gchar *data, in test_with_flags() function
33 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_NONE); in LLVMFuzzerTestOneInput()
34 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_PARSE_RELAXED); in LLVMFuzzerTestOneInput()
35 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_NON_DNS); in LLVMFuzzerTestOneInput()
36 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_HAS_AUTH_PARAMS); in LLVMFuzzerTestOneInput()
37 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_HAS_PASSWORD); in LLVMFuzzerTestOneInput()
38 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_ENCODED_QUERY); in LLVMFuzzerTestOneInput()
39 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_ENCODED_PATH); in LLVMFuzzerTestOneInput()
40 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_SCHEME_NORMALIZE); in LLVMFuzzerTestOneInput()