Searched refs:g_regex_unref (Results 1 – 7 of 7) sorted by relevance
115 g_regex_unref (regex); in test_new()119 g_regex_unref (regex); in test_new()149 g_regex_unref (regex); in test_new_fail()232 g_regex_unref (regex); in test_match()243 g_regex_unref (regex); in test_match()248 g_regex_unref (regex); in test_match()380 g_regex_unref (regex); in test_match_next()464 g_regex_unref (regex); in test_match_count()495 g_regex_unref (regex); in test_partial()502 g_regex_unref (regex); in test_partial()[all …]
134 void g_regex_unref (GRegex *regex);
3760 #undef g_regex_unref 3761 extern __typeof (g_regex_unref) g_regex_unref __attribute((alias("IA__g_regex_unref"), visibility("…
3749 extern __typeof (g_regex_unref) IA__g_regex_unref __attribute((visibility("hidden")));3750 #define g_regex_unref IA__g_regex_unref macro
271 (GBoxedFreeFunc) g_regex_unref); in g_regex_get_type()
903 g_regex_unref
634 * glib/gregex.h: new functions: g_regex_ref(), g_regex_unref() which