Home
last modified time | relevance | path

Searched refs:GPatternSpec (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/glib/
Dgpattern.h30 typedef struct _GPatternSpec GPatternSpec; typedef
33 GPatternSpec* g_pattern_spec_new (const gchar *pattern);
35 void g_pattern_spec_free (GPatternSpec *pspec);
37 gboolean g_pattern_spec_equal (GPatternSpec *pspec1,
38 GPatternSpec *pspec2);
40 gboolean g_pattern_match (GPatternSpec *pspec,
45 gboolean g_pattern_match_string (GPatternSpec *pspec,
Dgpattern.c188 g_pattern_match (GPatternSpec *pspec, in g_pattern_match()
248 GPatternSpec*
251 GPatternSpec *pspec; in g_pattern_spec_new()
263 pspec = g_new (GPatternSpec, 1); in g_pattern_spec_new()
363 g_pattern_spec_free (GPatternSpec *pspec) in g_pattern_spec_free()
382 g_pattern_spec_equal (GPatternSpec *pspec1, in g_pattern_spec_equal()
383 GPatternSpec *pspec2) in g_pattern_spec_equal()
405 g_pattern_match_string (GPatternSpec *pspec, in g_pattern_match_string()
430 GPatternSpec *pspec; in g_pattern_match_simple()
Dglib-autocleanups.h70 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPatternSpec, g_pattern_spec_free)
/third_party/glib/glib/tests/
Dpattern.c75 GPatternSpec *spec; in test_compilation()
155 GPatternSpec *p; in test_match()
198 GPatternSpec *p1, *p2; in test_equal()
Dautoptr.c271 g_autoptr(GPatternSpec) val = g_pattern_spec_new ("plaid"); in test_g_pattern_spec()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c298 GPatternSpec *pat;
1821 GPatternSpec *pat; in gst_debug_set_threshold_for_name()
1848 GPatternSpec *pat; in gst_debug_unset_threshold_for_name()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1391 GPatternSpec
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c2566 GPatternSpec *pspec = g_pattern_spec_new (pattern); in handle_wildcards()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c2501 GPatternSpec *pspec = g_pattern_spec_new (pattern); in handle_wildcards()
/third_party/glib/
DNEWS13384 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).