repository
parse_mirror_type(struct repository *r, const char *mt)
repo_free(struct repository *r)
parse_signature_type(struct repository *repo, const char *st)
static struct repository *
struct repository *repo;
struct repository *repo;
repo = calloc(1, sizeof(struct repository));
STAILQ_REMOVE(&repositories, repo, repository, next);
STAILQ_REMOVE(&repositories, repo, repository, next);
struct repository *r = calloc(1, sizeof(*r));
STAILQ_ENTRY(repository) next;
STAILQ_HEAD(repositories, repository);
struct repository *repo;
fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts)
verify_pubsignature(int fd_pkg, int fd_sig, struct repository *r)
verify_signature(int fd_pkg, int fd_sig, struct repository *r)
bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo)