Home
last modified time | relevance | path

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

/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp176 || (content->quant == XML_CQUANT_PLUS)); in TouchNodeAndRecurse()
187 || (content->quant == XML_CQUANT_PLUS)); in TouchNodeAndRecurse()
/freebsd/contrib/expat/examples/
H A Delement_declarations.c114 case XML_CQUANT_PLUS: in contentQuantName()
/freebsd/contrib/expat/lib/
H A Dexpat.h151 XML_CQUANT_PLUS enumerator
H A Dxmlparse.c5771 quant = XML_CQUANT_PLUS; in doProlog()
5814 quant = XML_CQUANT_PLUS; in doProlog()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c2275 errorFlags |= ((model[5].quant == XML_CQUANT_PLUS) ? 0 : (1u << 28)); in element_decl_check_model()