Lines Matching refs:SubMatcher
1792 } SubMatcher; typedef
1796 SubMatcher sub_matchers[ON_STACK_MATCHERS];
1810 SubMatcher *sub_matchers; in matcher_add()
1812 SubMatcher s; in matcher_add()
1831 matcher->more_sub_matchers = g_array_new (FALSE, FALSE, sizeof (SubMatcher)); in matcher_add()
1833 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in matcher_add()
2011 SubMatcher *sub_matchers; in matcher_matches_id()
2025 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in matcher_matches_id()
2097 SubMatcher *sub_matchers; in g_file_attribute_matcher_enumerate_namespace()
2120 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in g_file_attribute_matcher_enumerate_namespace()
2147 SubMatcher *sub_matcher; in g_file_attribute_matcher_enumerate_next()
2171 sub_matcher = &g_array_index (matcher->more_sub_matchers, SubMatcher, i); in g_file_attribute_matcher_enumerate_next()