Searched refs:nxml (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/rpki-client/ |
H A D | rrdp_notification.c | 194 if (!(has_xmlns && nxml->version && nxml->session_id && nxml->serial)) in start_notification_elem() 383 if ((nxml = calloc(1, sizeof(*nxml))) == NULL) in new_notification_xml() 394 XML_SetUserData(nxml->parser, nxml); in new_notification_xml() 481 nxml->notifyuri, nxml->session_id, in notification_check_deltas() 528 if (nxml->repository->serial > nxml->serial) in notification_done() 530 nxml->notifyuri, nxml->repository->serial, nxml->serial); in notification_done() 533 if (nxml->repository->serial >= nxml->serial && in notification_done() 553 nxml->repository->serial = nxml->serial; in notification_done() 559 nxml->current->serial = nxml->serial; in notification_done() 577 nxml->current->serial = nxml->serial; in notification_get_next() [all …]
|
H A D | rrdp.c | 71 struct notification_xml *nxml; member 202 s->nxml = new_notification_xml(s->parser, s->repository, s->current, in rrdp_new() 216 free_notification_xml(s->nxml); in rrdp_free() 315 s->task = notification_done(s->nxml, s->last_mod); in rrdp_finished() 350 if (notification_delta_done(s->nxml)) { in rrdp_finished() 563 uri = notification_get_next(s->nxml, in proc_rrdp()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | verb_fmt.t | 161 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 164 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n quux</Verbatim></Document>} 167 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\nquux</Verbatim></Document>} 172 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n\n quux</Verbatim></Document>} 175 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n\n\n quux</Verbatim></Document>} 180 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 189 qq{<Document><VerbatimFormatted\nxml:space="preserve"> foo bar baz</VerbatimFormatted></Document>} 195 …qq{<Document><VerbatimFormatted\nxml:space="preserve"> foo bar baz\nquux</VerbatimFormatted></Docu… 208 qq{<Document><VerbatimFormatted\nxml:space="preserve"> foo bar baz</VerbatimFormatted></Document>} 218 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim><head1>Foo</head1><Verbatim\nxm… [all …]
|
H A D | strpvbtm.t | 20 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>}, 27 qq{<Document><Verbatim\nxml:space="preserve">foo bar baz</Verbatim></Document>}, 34 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>}, 41 qq{<Document><Verbatim\nxml:space="preserve">foo bar baz</Verbatim></Document>}, 48 qq{<Document><Verbatim\nxml:space="preserve">foo bar baz</Verbatim></Document>}, 55 qq{<Document><Verbatim\nxml:space="preserve">foo bar\n\nbaz blez</Verbatim></Document>}, 62 qq{<Document><Verbatim\nxml:space="preserve">foo bar\n\nbaz blez</Verbatim></Document>}, 69 qq{<Document><Verbatim\nxml:space="preserve">foo bar\n\nbaz blez</Verbatim></Document>}, 76 qq{<Document><Verbatim\nxml:space="preserve">foo bar\nbaz blez</Verbatim></Document>}, 83 qq{<Document><Verbatim\nxml:space="preserve">\n baz blez</Verbatim></Document>},
|
H A D | verbatim.t | 27 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 30 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n quux</Verbatim></Document>} 33 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\nquux</Verbatim></Document>} 38 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n\n quux</Verbatim></Document>} 41 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\n\n\n quux</Verbatim></Document>} 46 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 54 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim><head1>Foo</head1><Verbatim\nxm…
|
/openbsd/regress/usr.sbin/rpki-client/ |
H A D | test-rrdp.c | 77 struct notification_xml *nxml; member 165 free_notification_xml(s->nxml); in rrdp_free() 208 notification_done(s->nxml, NULL); in rrdp_finished() 209 log_notification_xml(s->nxml); in rrdp_finished() 305 s->nxml = new_notification_xml(s->parser, in main()
|