Searched refs:sub_matcher (Results 1 – 1 of 1) sorted by relevance
2599 SubMatcher *sub_matcher; in g_file_attribute_matcher_matches_only() local2613 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, 0); in g_file_attribute_matcher_matches_only()2615 return sub_matcher->id == id && in g_file_attribute_matcher_matches_only()2616 sub_matcher->mask == 0xffffffff; in g_file_attribute_matcher_matches_only()2744 SubMatcher *sub_matcher; in g_file_attribute_matcher_enumerate_next() local2758 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_enumerate_next()2762 if (sub_matcher->mask == 0xffffffff && in g_file_attribute_matcher_enumerate_next()2763 (sub_matcher->id & (NS_MASK << NS_POS)) == matcher->iterator_ns) in g_file_attribute_matcher_enumerate_next()2764 return get_attribute_for_id (sub_matcher->id); in g_file_attribute_matcher_enumerate_next()