Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c886 static char *test_uri_base = NULL; variable
2026 g_free (test_uri_base); in g_test_bug_base()
2027 test_uri_base = g_strdup (uri_pattern); in g_test_bug_base()
2051 if (test_uri_base != NULL) in g_test_bug()
2052 c = strstr (test_uri_base, "%s"); in g_test_bug()
2055 char *b = g_strndup (test_uri_base, c - test_uri_base); in g_test_bug()
2063 test_uri_base ? test_uri_base : "", bug_uri_snippet); in g_test_bug()
2734 gchar *old_base = g_strdup (test_uri_base); in test_case_run()
2807 g_free (test_uri_base); in test_case_run()
2808 test_uri_base = old_base; in test_case_run()
/third_party/libsoup/tests/
Dlibsoup.supp590 glib/test_uri_base