Lines Matching defs:rrdp
1 /* $OpenBSD: rrdp.c,v 1.39 2024/11/21 13:32:27 claudio Exp $ */
34 #include "rrdp.h"
49 struct rrdp {
50 TAILQ_ENTRY(rrdp) entry;
76 static TAILQ_HEAD(, rrdp) states = TAILQ_HEAD_INITIALIZER(states);
130 rrdp_state_send(struct rrdp *s)
146 rrdp_clear_repo(struct rrdp *s)
161 rrdp_publish_file(struct rrdp *s, struct publish_xml *pxml,
185 struct rrdp *s;
209 rrdp_free(struct rrdp *s)
233 static struct rrdp *
236 struct rrdp *s;
245 rrdp_failed(struct rrdp *s)
273 rrdp_finished(struct rrdp *s)
375 rrdp_abort_req(struct rrdp *s)
407 struct rrdp *s;
428 errx(1, "http ini, rrdp session %u does not exist", id);
448 errx(1, "http fin, rrdp session %u does not exist", id);
460 errx(1, "file, rrdp session %u does not exist", id);
483 rrdp_data_handler(struct rrdp *s)
533 struct rrdp *s, *ns;