Home
last modified time | relevance | path

Searched refs:XML_HINT_REMOVE_EMPTY_CONTENT (Results 1 – 5 of 5) sorted by relevance

/dports/www/wget2/wget2-2.0.0/fuzz/
H A Dlibwget_xml_parse_buffer_fuzzer.c57 wget_xml_parse_buffer(in, _cb, NULL, XML_HINT_REMOVE_EMPTY_CONTENT); in LLVMFuzzerTestOneInput()
59 wget_html_parse_buffer(in, _cb, NULL, XML_HINT_REMOVE_EMPTY_CONTENT); in LLVMFuzzerTestOneInput()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dsitemap_url.c108 wget_xml_parse_buffer(sitemap, sitemap_get_url, &context, XML_HINT_REMOVE_EMPTY_CONTENT); in wget_sitemap_get_urls_inline()
H A Drss_url.c104 wget_xml_parse_buffer(rss, rss_get_url, &context, XML_HINT_REMOVE_EMPTY_CONTENT); in wget_rss_get_urls_inline()
H A Datom_url.c120 wget_xml_parse_buffer(atom, atom_get_url, &context, XML_HINT_REMOVE_EMPTY_CONTENT); in wget_atom_get_urls_inline()
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h1806 #define XML_HINT_REMOVE_EMPTY_CONTENT (1<<0) // merge spaces, remove empty content macro
1809 #define HTML_HINT_REMOVE_EMPTY_CONTENT XML_HINT_REMOVE_EMPTY_CONTENT