Home
last modified time | relevance | path

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

/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp153 assert(content->quant == XML_CQUANT_NONE); in TouchNodeAndRecurse()
160 assert(content->quant == XML_CQUANT_NONE in TouchNodeAndRecurse()
165 assert(content->children[i].quant == XML_CQUANT_NONE); in TouchNodeAndRecurse()
173 assert((content->quant == XML_CQUANT_NONE) in TouchNodeAndRecurse()
184 assert((content->quant == XML_CQUANT_NONE) in TouchNodeAndRecurse()
/freebsd/contrib/expat/examples/
H A Delement_declarations.c108 case XML_CQUANT_NONE: in contentQuantName()
/freebsd/contrib/expat/lib/
H A Dexpat.h148 XML_CQUANT_NONE, enumerator
H A Dxmlparse.c5737 content->quant = XML_CQUANT_NONE; in doProlog()
5762 quant = XML_CQUANT_NONE; in doProlog()
5778 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar); in doProlog()
5805 quant = XML_CQUANT_NONE; in doProlog()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c2244 errorFlags |= ((model[0].quant == XML_CQUANT_NONE) ? 0 : (1u << 3)); in element_decl_check_model()
2250 errorFlags |= ((model[1].quant == XML_CQUANT_NONE) ? 0 : (1u << 8)); in element_decl_check_model()
2263 errorFlags |= ((model[3].quant == XML_CQUANT_NONE) ? 0 : (1u << 18)); in element_decl_check_model()
2269 errorFlags |= ((model[4].quant == XML_CQUANT_NONE) ? 0 : (1u << 23)); in element_decl_check_model()