Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dregex.c229 match = g_regex_match (regex, data->string, data->match_opts2, NULL); in test_match()
521 g_regex_match (regex, data->string, data->match_opts, &match_info); in test_partial()
700 g_regex_match (regex, data->string, 0, &match_info); in test_fetch_all()
1062 g_regex_match (regex, data->string, 0, &match_info); in test_expand()
1505 res = g_regex_match (regex, "ppPP01", 0, &match); in test_properties()
1526 res = g_regex_match (regex, "a:b:\340\254\236:\333\253:\316\240", 0, &match); in test_class()
1574 res = g_regex_match (regex, "word1 word2: word3;", 0, &match); in test_lookahead()
1588 res = g_regex_match (regex, "foobar foobaz", 0, &match); in test_lookahead()
1603 res = g_regex_match (regex, "foobar foobaz", 0, &match); in test_lookahead()
1636 res = g_regex_match (regex, "foobar boobar", 0, &match); in test_lookbehind()
[all …]
Dautoptr.c304 if (!g_regex_match (regex, "hello", 0, &match)) in test_g_match_info()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparseelement.c129 if (g_regex_match (mdvd_grx, match_str, 0, NULL)) { in gst_sub_parse_data_format_autodetect()
133 if (g_regex_match (subrip_grx, match_str, 0, NULL)) { in gst_sub_parse_data_format_autodetect()
137 if (g_regex_match (dks_grx, match_str, 0, NULL)) { in gst_sub_parse_data_format_autodetect()
141 if (g_regex_match (vtt_grx, match_str, 0, NULL) == TRUE) { in gst_sub_parse_data_format_autodetect()
Dgstsubparse.c751 (void) g_regex_match (tag_regex, next_tag, 0, &match_info); in subrip_fix_up_markup()
/third_party/glib/glib/
Dgregex.h487 gboolean g_regex_match (const GRegex *regex,
Dgregex.c1988 g_regex_match (const GRegex *regex, in g_regex_match() function
/third_party/glib/gobject/tests/
Dboxed.c309 ret = g_regex_match (r, "blabla abab bla", 0, &info); in test_boxed_matchinfo()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c89 if (!g_regex_match (filter->regex, message, 0, NULL)) in gst_check_match_log_filter()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1194 if (g_regex_match (parser, line, 0, &match_info)) { in collect_stats()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c771 if (!g_regex_match (auth_regex, desc, 0, &match_info)) { in send_connect_done()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1423 g_regex_match
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1069 g_regex_match (regex, candidate, 0, &match_info); in _check_ice_port_restriction()