• Home
  • Raw
  • Download

Lines Matching refs:SubMatcher

2295 } 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()
2493 SubMatcher *msub, *ssub; in g_file_attribute_matcher_subtract()
2506 result->sub_matchers = g_array_new (FALSE, FALSE, sizeof (SubMatcher)); in g_file_attribute_matcher_subtract()
2510 ssub = &g_array_index (subtract->sub_matchers, SubMatcher, si); in g_file_attribute_matcher_subtract()
2514 msub = &g_array_index (matcher->sub_matchers, SubMatcher, mi); in g_file_attribute_matcher_subtract()
2524 ssub = &g_array_index (subtract->sub_matchers, SubMatcher, si); in g_file_attribute_matcher_subtract()
2533 &g_array_index (matcher->sub_matchers, SubMatcher, mi), in g_file_attribute_matcher_subtract()
2599 SubMatcher *sub_matcher; in g_file_attribute_matcher_matches_only()
2613 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, 0); in g_file_attribute_matcher_matches_only()
2623 SubMatcher *sub_matchers; in matcher_matches_id()
2628 sub_matchers = (SubMatcher *)matcher->sub_matchers->data; in matcher_matches_id()
2700 SubMatcher *sub_matchers; in g_file_attribute_matcher_enumerate_namespace()
2717 sub_matchers = (SubMatcher *)matcher->sub_matchers->data; in g_file_attribute_matcher_enumerate_namespace()
2744 SubMatcher *sub_matcher; in g_file_attribute_matcher_enumerate_next()
2758 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_enumerate_next()
2797 SubMatcher *submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_to_string()