Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfileinfo.c2330 SubMatcher *submatcher) in sub_matcher_matches() argument
2332 if ((matcher->mask & submatcher->mask) != matcher->mask) in sub_matcher_matches()
2335 return matcher->id == (submatcher->id & matcher->mask); in sub_matcher_matches()
2344 SubMatcher *submatcher, *compare; in matcher_optimize() local
2374 submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in matcher_optimize()
2375 if (sub_matcher_matches (compare, submatcher)) in matcher_optimize()
2382 *compare = *submatcher; in matcher_optimize()
2797 SubMatcher *submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_to_string() local
2802 g_string_append (string, get_attribute_for_id (submatcher->id)); in g_file_attribute_matcher_to_string()