Searched refs:g_regex_match (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 229 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 …]
|
D | autoptr.c | 304 if (!g_regex_match (regex, "hello", 0, &match)) in test_g_match_info()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparseelement.c | 129 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()
|
D | gstsubparse.c | 751 (void) g_regex_match (tag_regex, next_tag, 0, &match_info); in subrip_fix_up_markup()
|
/third_party/glib/glib/ |
D | gregex.h | 487 gboolean g_regex_match (const GRegex *regex,
|
D | gregex.c | 1988 g_regex_match (const GRegex *regex, in g_regex_match() function
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 309 ret = g_regex_match (r, "blabla abab bla", 0, &info); in test_boxed_matchinfo()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 89 if (!g_regex_match (filter->regex, message, 0, NULL)) in gst_check_match_log_filter()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 1194 if (g_regex_match (parser, line, 0, &match_info)) { in collect_stats()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 771 if (!g_regex_match (auth_regex, desc, 0, &match_info)) { in send_connect_done()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1423 g_regex_match
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1069 g_regex_match (regex, candidate, 0, &match_info); in _check_ice_port_restriction()
|