Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgcontenttype.c966 } TreeMatch; typedef
979 tree_match_free (TreeMatch *match) in tree_match_free()
983 g_slice_free (TreeMatch, match); in tree_match_free()
986 static TreeMatch *
991 TreeMatch *match; in parse_header()
1001 match = g_slice_new0 (TreeMatch); in parse_header()
1066 const TreeMatch *aa = (const TreeMatch *)a; in cmp_match()
1067 const TreeMatch *bb = (const TreeMatch *)b; in cmp_match()
1073 insert_match (TreeMatch *match) in insert_match()
1079 insert_matchlet (TreeMatch *match, in insert_matchlet()
[all …]