Lines Matching defs:parse_repo
49 struct parse_repo {
50 RB_ENTRY(parse_repo) entry;
56 static RB_HEAD(repo_tree, parse_repo) repos = RB_INITIALIZER(&repos);
59 repocmp(struct parse_repo *a, struct parse_repo *b)
64 RB_GENERATE_STATIC(repo_tree, parse_repo, entry, repocmp);
66 static struct parse_repo *
69 struct parse_repo needle = { .id = id };
77 struct parse_repo *rp;
135 struct parse_repo *rp;