/third_party/glib/glib/ |
D | gregex.h | 413 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 …]
|
D | gregex.c | 166 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 …]
|
D | glib-autocleanups.h | 74 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRegex, g_regex_unref)
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparseelement.c | 106 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()
|
D | gstsubparse.c | 644 GRegex *tag_regex; in subrip_unescape_formatting() 732 GRegex *tag_regex; in subrip_fix_up_markup()
|
/third_party/glib/glib/tests/ |
D | regex.c | 69 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 …]
|
D | autoptr.c | 294 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/ |
D | gstglsl.c | 688 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/ |
D | meson.build | 30 '-DG_LOG_DOMAIN="GLib-GRegex"',
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 277 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/ |
D | gstcheck.c | 72 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()
|
D | gstcheck.h | 104 GLogLevelFlags log_level, GRegex * regex, GstCheckLogFilterFunc func,
|
/third_party/glib/gio/ |
D | gsettingsschema.c | 570 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/ |
D | gst-stats.c | 33 static GRegex *raw_log = NULL; 34 static GRegex *ansi_log = NULL; 1177 GRegex *parser; in collect_stats()
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 13 static GRegex *cleanup_caps_field = NULL; 659 GRegex *re = g_regex_new ("%", 0, 0, NULL); in _add_element_pad_templates()
|
/third_party/glib/gobject/ |
D | gboxed.c | 150 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/ |
D | rtmpclient.c | 357 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/ |
D | gstmssmanifest.c | 98 GRegex *regex_bitrate; 99 GRegex *regex_position;
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1407 GRegex
|
/third_party/glib/ |
D | NEWS | 3726 * 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/ |
D | webrtcbin.c | 1056 GRegex *regex; in _check_ice_port_restriction()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 103069 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
|