Symbol: notification_xml
regress/usr.sbin/rpki-client/test-rrdp.c
77
struct notification_xml *nxml;
usr.sbin/rpki-client/rrdp.c
71
struct notification_xml *nxml;
usr.sbin/rpki-client/rrdp.h
61
struct notification_xml;
usr.sbin/rpki-client/rrdp.h
63
struct notification_xml *new_notification_xml(XML_Parser,
usr.sbin/rpki-client/rrdp.h
66
void free_notification_xml(struct notification_xml *);
usr.sbin/rpki-client/rrdp.h
67
enum rrdp_task notification_done(struct notification_xml *,
usr.sbin/rpki-client/rrdp.h
69
const char *notification_get_next(struct notification_xml *,
usr.sbin/rpki-client/rrdp.h
71
int notification_delta_done(struct notification_xml *);
usr.sbin/rpki-client/rrdp.h
72
void log_notification_xml(struct notification_xml *);
usr.sbin/rpki-client/rrdp_notification.c
107
check_delta(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
158
start_notification_elem(struct notification_xml *nxml, const char **attr)
usr.sbin/rpki-client/rrdp_notification.c
204
end_notification_elem(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
218
start_snapshot_elem(struct notification_xml *nxml, const char **attr)
usr.sbin/rpki-client/rrdp_notification.c
250
end_snapshot_elem(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
261
start_delta_elem(struct notification_xml *nxml, const char **attr)
usr.sbin/rpki-client/rrdp_notification.c
315
end_delta_elem(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
327
struct notification_xml *nxml = data;
usr.sbin/rpki-client/rrdp_notification.c
352
struct notification_xml *nxml = data;
usr.sbin/rpki-client/rrdp_notification.c
369
struct notification_xml *nxml = data;
usr.sbin/rpki-client/rrdp_notification.c
375
struct notification_xml *
usr.sbin/rpki-client/rrdp_notification.c
379
struct notification_xml *nxml;
usr.sbin/rpki-client/rrdp_notification.c
400
free_delta_queue(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
410
free_notification_xml(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
425
notification_collect_deltas(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
457
notification_check_deltas(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
507
notification_done(struct notification_xml *nxml, char *last_mod)
usr.sbin/rpki-client/rrdp_notification.c
562
notification_get_next(struct notification_xml *nxml, char *hash, size_t hlen,
usr.sbin/rpki-client/rrdp_notification.c
595
notification_delta_done(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
611
log_notification_xml(struct notification_xml *nxml)
usr.sbin/rpki-client/rrdp_notification.c
71
add_delta(struct notification_xml *nxml, const char *uri,