Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dregex-test.c115 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 …]
/external/bluetooth/glib/glib/
Dgregex.h134 void g_regex_unref (GRegex *regex);
Dgaliasdef.c3760 #undef g_regex_unref
3761 extern __typeof (g_regex_unref) g_regex_unref __attribute((alias("IA__g_regex_unref"), visibility("…
Dgalias.h3749 extern __typeof (g_regex_unref) IA__g_regex_unref __attribute((visibility("hidden")));
3750 #define g_regex_unref IA__g_regex_unref macro
/external/bluetooth/glib/gobject/
Dgboxed.c271 (GBoxedFreeFunc) g_regex_unref); in g_regex_get_type()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt903 g_regex_unref
/external/bluetooth/glib/
DChangeLog.pre-2-14634 * glib/gregex.h: new functions: g_regex_ref(), g_regex_unref() which