Home
last modified time | relevance | path

Searched refs:sxml (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Drrdp_snapshot.c87 if (!(has_xmlns && sxml->version && sxml->session_id && sxml->serial)) in start_snapshot_elem()
90 if (strcmp(sxml->current->session_id, sxml->session_id) != 0) in start_snapshot_elem()
92 if (sxml->current->serial != sxml->serial) in start_snapshot_elem()
151 if (publish_done(sxml->rrdp, sxml->pxml) != 0) in end_publish_elem()
222 if ((sxml = calloc(1, sizeof(*sxml))) == NULL) in new_snapshot_xml()
224 sxml->parser = p; in new_snapshot_xml()
226 sxml->rrdp = r; in new_snapshot_xml()
234 XML_SetUserData(sxml->parser, sxml); in new_snapshot_xml()
238 return sxml; in new_snapshot_xml()
244 if (sxml == NULL) in free_snapshot_xml()
[all …]
H A Drrdp.c72 struct snapshot_xml *sxml; member
217 free_snapshot_xml(s->sxml); in rrdp_free()
257 s->sxml = new_snapshot_xml(s->parser, s->current, s); in rrdp_failed()
331 s->sxml = new_snapshot_xml(p, s->current, s); in rrdp_finished()
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c78 struct snapshot_xml *sxml; member
166 free_snapshot_xml(s->sxml); in rrdp_free()
212 log_snapshot_xml(s->sxml); in rrdp_finished()
317 s->sxml = new_snapshot_xml(s->parser, in main()