Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Drrdp_snapshot.c53 int has_xmlns = 0; in start_snapshot_elem() local
63 has_xmlns = 1; in start_snapshot_elem()
87 if (!(has_xmlns && sxml->version && sxml->session_id && sxml->serial)) in start_snapshot_elem()
H A Drrdp_delta.c55 int has_xmlns = 0; in start_delta_elem() local
65 has_xmlns = 1; in start_delta_elem()
88 if (!(has_xmlns && dxml->version && dxml->session_id && dxml->serial)) in start_delta_elem()
H A Drrdp_notification.c161 int has_xmlns = 0; in start_notification_elem() local
171 has_xmlns = 1; in start_notification_elem()
194 if (!(has_xmlns && nxml->version && nxml->session_id && nxml->serial)) in start_notification_elem()