nonfunc_ca
RB_ENTRY(nonfunc_ca) entry;
RB_HEAD(nca_tree, nonfunc_ca);
RB_PROTOTYPE(nca_tree, nonfunc_ca, entry, ncacmp);
void repo_stat_add_nca(struct nonfunc_ca *);
struct nonfunc_ca *nca;
struct nonfunc_ca *found, needle = { .certid = cid };
certidcmp(const struct nonfunc_ca *a, const struct nonfunc_ca *b)
RB_GENERATE(nca_tree, nonfunc_ca, entry, certidcmp);
const struct nonfunc_ca *na = *(const struct nonfunc_ca **)a;
const struct nonfunc_ca *nb = *(const struct nonfunc_ca **)b;
struct nonfunc_ca *nca;
struct nonfunc_ca *nca, **ncas_sorted = NULL;
struct nonfunc_ca *nca;
repo_stat_add_nca(struct nonfunc_ca *nca)