Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfileinfo.c2295 } SubMatcher; typedef
2316 const SubMatcher *suba = a; in G_DEFINE_BOXED_TYPE()
2317 const SubMatcher *subb = b; in G_DEFINE_BOXED_TYPE()
2329 sub_matcher_matches (SubMatcher *matcher, in sub_matcher_matches()
2330 SubMatcher *submatcher) in sub_matcher_matches()
2344 SubMatcher *submatcher, *compare; in matcher_optimize()
2370 compare = &g_array_index (matcher->sub_matchers, SubMatcher, j); in matcher_optimize()
2374 submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in matcher_optimize()
2429 matcher->sub_matchers = g_array_new (FALSE, FALSE, sizeof (SubMatcher)); in g_file_attribute_matcher_new()
2439 SubMatcher s; in g_file_attribute_matcher_new()
[all …]