Home
last modified time | relevance | path

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

/third_party/glib/fuzzing/
Dfuzz_uri_parse.c36 test_with_flags ((const gchar *) nul_terminated_data, G_URI_FLAGS_HAS_AUTH_PARAMS); in LLVMFuzzerTestOneInput()
/third_party/glib/glib/tests/
Duri.c1011 uri = g_uri_build_with_user (G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS, in test_uri_to_string()
1253 G_URI_FLAGS_HAS_AUTH_PARAMS|G_URI_FLAGS_HAS_PASSWORD, in test_uri_split()
1322 G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS, in test_uri_split()
1328 G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS, in test_uri_split()
1374 G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS, in test_uri_split()
1389 G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS, in test_uri_split()
1731 GUriFlags flags = G_URI_FLAGS_HAS_PASSWORD | G_URI_FLAGS_HAS_AUTH_PARAMS; in test_uri_join_split_round_trip()
/third_party/glib/glib/
Dguri.h84 G_URI_FLAGS_HAS_AUTH_PARAMS = 1 << 2, enumerator
Dguri.c686 if (flags & G_URI_FLAGS_HAS_AUTH_PARAMS) in parse_userinfo()
921 (flags & (G_URI_FLAGS_HAS_PASSWORD|G_URI_FLAGS_HAS_AUTH_PARAMS))) in g_uri_split_internal()
1996 if (uri->flags & (G_URI_FLAGS_HAS_PASSWORD | G_URI_FLAGS_HAS_AUTH_PARAMS)) in g_uri_to_string_partial()