Home
last modified time | relevance | path

Searched refs:GRegex (Results 1 – 18 of 18) sorted by relevance

/third_party/glib/glib/
Dgregex.h413 typedef struct _GRegex GRegex; typedef
447 GRegex *g_regex_new (const gchar *pattern,
452 GRegex *g_regex_ref (GRegex *regex);
454 void g_regex_unref (GRegex *regex);
456 const gchar *g_regex_get_pattern (const GRegex *regex);
458 gint g_regex_get_max_backref (const GRegex *regex);
460 gint g_regex_get_capture_count (const GRegex *regex);
462 gboolean g_regex_get_has_cr_or_lf (const GRegex *regex);
464 gint g_regex_get_max_lookbehind (const GRegex *regex);
466 gint g_regex_get_string_number (const GRegex *regex,
[all …]
Dgregex.c166 GRegex *regex; /* the regex */
842 match_info_new (const GRegex *regex, in match_info_new()
858 match_info->regex = g_regex_ref ((GRegex *)regex); in match_info_new()
905 GRegex *
1546 GRegex *
1547 g_regex_ref (GRegex *regex) in g_regex_ref()
1564 g_regex_unref (GRegex *regex) in g_regex_unref()
1601 GRegex *
1607 GRegex *regex; in g_regex_new()
1642 regex = g_new0 (GRegex, 1); in g_regex_new()
[all …]
Dglib-autocleanups.h74 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRegex, g_regex_unref)
/third_party/glib/glib/tests/
Dregex.c69 GRegex *regex; in test_new()
120 GRegex *regex; in test_new_fail()
189 GRegex *regex; in test_match()
283 GRegex *regex; in test_match_next()
476 GRegex *regex; in test_match_count()
514 GRegex *regex; in test_partial()
564 GRegex *regex; in test_sub_pattern()
619 GRegex *regex; in test_named_sub_pattern()
689 GRegex *regex; in test_fetch_all()
863 GRegex *regex; in test_split_full()
[all …]
Dautoptr.c294 g_autoptr(GRegex) val = g_regex_new (".*", 0, 0, NULL); in test_g_regex()
301 g_autoptr(GRegex) regex = g_regex_new (".*", 0, 0, NULL); in test_g_match_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c683 GRegex *regex = g_regex_new ( in _mangle_external_image_extension()
716 GRegex *regex; in _mangle_texture_access()
766 GRegex *regex; in _mangle_sampler_type()
808 GRegex *regex; in _mangle_varying_attribute()
827 GRegex *regex; in _mangle_varying_attribute()
843 GRegex *regex; in _mangle_frag_color_data()
/third_party/glib/glib/pcre/
Dmeson.build30 '-DG_LOG_DOMAIN="GLib-GRegex"',
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c680 GRegex *tag_regex; in subrip_unescape_formatting()
768 GRegex *tag_regex; in subrip_fix_up_markup()
1486 GRegex *mdvd_grx; in gst_sub_parse_data_format_autodetect()
1487 GRegex *subrip_grx; in gst_sub_parse_data_format_autodetect()
1488 GRegex *dks_grx; in gst_sub_parse_data_format_autodetect()
1489 GRegex *vtt_grx; in gst_sub_parse_data_format_autodetect()
1504 mdvd_grx = (GRegex *) mdvd_rx_once.retval; in gst_sub_parse_data_format_autodetect()
1505 subrip_grx = (GRegex *) subrip_rx_once.retval; in gst_sub_parse_data_format_autodetect()
1506 dks_grx = (GRegex *) dks_rx_once.retval; in gst_sub_parse_data_format_autodetect()
1507 vtt_grx = (GRegex *) vtt_rx_once.retval; in gst_sub_parse_data_format_autodetect()
/third_party/glib/gobject/tests/
Dboxed.c277 GRegex *v; in test_boxed_regex()
278 GRegex *v2; in test_boxed_regex()
300 GRegex *r; in test_boxed_matchinfo()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c72 GRegex *regex;
97 GRegex * regex, GstCheckLogFilterFunc func, gpointer user_data, in gst_check_alloc_log_filter()
148 GRegex * regex, GstCheckLogFilterFunc func, gpointer user_data, in gst_check_add_log_filter()
Dgstcheck.h92 GLogLevelFlags log_level, GRegex * regex, GstCheckLogFilterFunc func,
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c33 static GRegex *raw_log = NULL;
34 static GRegex *ansi_log = NULL;
996 GRegex *parser; in collect_stats()
/third_party/glib/gio/
Dgsettingsschema.c570 static GRegex *cleanup[3]; in normalise_whitespace()
571 static GRegex *splitter; in normalise_whitespace()
578 GRegex *s; in normalise_whitespace()
/third_party/glib/gobject/
Dgboxed.c150 G_DEFINE_BOXED_TYPE (GRegex, g_regex, g_regex_ref, g_regex_unref) in G_DEFINE_BOXED_TYPE()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c96 GRegex *regex_bitrate;
97 GRegex *regex_position;
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1407 GRegex
/third_party/glib/
DNEWS3726 * The system copy of PCRE is now used by default to implement GRegex.
3835 * the system copy of PCRE is now used by default to implement GRegex.
5675 - GRegex has a new function to query the maximum lookbehind length to
6841 * GRegex: Update included PCRE to 8.31 and expose new
7428 455640 Something fishy with GRegex and unicode
8046 615895 (indirectly) support non-NULL-terminated regexes in GRegex
8963 - Improve test coverage for GDBus, GRegex, GAsyncResult
10943 528317 GRegex does not allow recursion limit
11773 - GRegex is a boxed type now
11787 445065 Add GRegex boxed type
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog90058 subparse: Interprete typefind strings passed to GRegex as raw bytes instead of valid UTF8
91079 subparse: Interprete typefind strings passed to GRegex as raw bytes instead of valid UTF8
113864 subparse: Convert regex code to GRegex code