Home
last modified time | relevance | path

Searched refs:GRegex (Results 1 – 22 of 22) 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/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparseelement.c106 GRegex *mdvd_grx; in gst_sub_parse_data_format_autodetect()
107 GRegex *subrip_grx; in gst_sub_parse_data_format_autodetect()
108 GRegex *dks_grx; in gst_sub_parse_data_format_autodetect()
109 GRegex *vtt_grx; in gst_sub_parse_data_format_autodetect()
124 mdvd_grx = (GRegex *) mdvd_rx_once.retval; in gst_sub_parse_data_format_autodetect()
125 subrip_grx = (GRegex *) subrip_rx_once.retval; in gst_sub_parse_data_format_autodetect()
126 dks_grx = (GRegex *) dks_rx_once.retval; in gst_sub_parse_data_format_autodetect()
127 vtt_grx = (GRegex *) vtt_rx_once.retval; in gst_sub_parse_data_format_autodetect()
Dgstsubparse.c644 GRegex *tag_regex; in subrip_unescape_formatting()
732 GRegex *tag_regex; in subrip_fix_up_markup()
/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.c688 GRegex *regex = g_regex_new ( in _mangle_external_image_extension()
721 GRegex *regex; in _mangle_texture_access()
771 GRegex *regex; in _mangle_sampler_type()
813 GRegex *regex; in _mangle_varying_attribute()
832 GRegex *regex; in _mangle_varying_attribute()
848 GRegex *regex; in _mangle_frag_color_data()
/third_party/glib/glib/pcre/
Dmeson.build30 '-DG_LOG_DOMAIN="GLib-GRegex"',
/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.h104 GLogLevelFlags log_level, GRegex * regex, GstCheckLogFilterFunc func,
/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/gstreamer/gstreamer/tools/
Dgst-stats.c33 static GRegex *raw_log = NULL;
34 static GRegex *ansi_log = NULL;
1177 GRegex *parser; in collect_stats()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c13 static GRegex *cleanup_caps_field = NULL;
659 GRegex *re = g_regex_new ("%", 0, 0, NULL); in _add_element_pad_templates()
/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/gst/rtmp2/rtmp/
Drtmpclient.c357 static GRegex *auth_regex = NULL;
369 GRegex *re = g_regex_new ("\\[ *AccessManager.Reject *\\] *: *" in gst_rtmp_client_connect_async()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c98 GRegex *regex_bitrate;
99 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_bad/tests/check/elements/
Dwebrtcbin.c1056 GRegex *regex; in _check_ice_port_restriction()
/third_party/gstreamer/gstplugins_base/
DChangeLog103069 subparse: Interprete typefind strings passed to GRegex as raw bytes instead of valid UTF8
104090 subparse: Interprete typefind strings passed to GRegex as raw bytes instead of valid UTF8
126875 subparse: Convert regex code to GRegex code