Lines Matching defs:repo
132 char *repo; /* CA repository (rsync:// uri) */
568 char *file; /* filename or valid repo path */
593 struct repo;
636 struct timespec sync_time; /* time to sync repo */
707 struct repo *);
715 struct repo *);
736 struct repo *);
826 void entityq_flush(struct entityq *, struct repo *);
851 char *repo_basedir(const struct repo *, int);
852 unsigned int repo_id(const struct repo *);
853 const char *repo_uri(const struct repo *);
854 void repo_fetch_uris(const struct repo *, const char **,
856 int repo_synced(const struct repo *);
857 const char *repo_proto(const struct repo *);
858 int repo_talid(const struct repo *);
859 struct repo *ta_lookup(int, struct tal *);
860 struct repo *repo_lookup(int, const char *, const char *);
861 struct repo *repo_byid(unsigned int);
862 int repo_queued(struct repo *, struct entity *);
865 void repostats_new_files_inc(struct repo *, const char *);
866 void repo_stat_inc(struct repo *, int, enum rtype, enum stype);
867 void repo_tal_stats_collect(void (*)(const struct repo *,
869 void repo_stats_collect(void (*)(const struct repo *,