Lines Matching refs:quant

186     xmlRegQuantType quant;  member
508 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) { in xmlRegEpxFromParse()
797 ret->quant = XML_REGEXP_QUANT_ONCE; in xmlRegNewAtom()
849 ret->quant = atom->quant; in xmlRegCopyAtom()
1095 xmlRegPrintQuantType(output, atom->quant); in xmlRegPrintAtom()
1096 if (atom->quant == XML_REGEXP_QUANT_RANGE) in xmlRegPrintAtom()
1561 (atom->quant != XML_REGEXP_QUANT_RANGE)) { in xmlFAGenerateTransitions()
1567 } else if ((to == NULL) && (atom->quant != XML_REGEXP_QUANT_RANGE) && in xmlFAGenerateTransitions()
1568 (atom->quant != XML_REGEXP_QUANT_ONCE)) { in xmlFAGenerateTransitions()
1575 switch (atom->quant) { in xmlFAGenerateTransitions()
1577 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1592 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1597 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1634 copy->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1677 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1686 (atom->quant == XML_REGEXP_QUANT_RANGE)) { in xmlFAGenerateTransitions()
1712 if ((atom->quant == XML_REGEXP_QUANT_MULT) || in xmlFAGenerateTransitions()
1713 (atom->quant == XML_REGEXP_QUANT_PLUS)) { in xmlFAGenerateTransitions()
1735 switch (atom->quant) { in xmlFAGenerateTransitions()
1737 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1741 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1746 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
5192 ctxt->atom->quant = XML_REGEXP_QUANT_OPT; in xmlFAParseQuantifier()
5194 ctxt->atom->quant = XML_REGEXP_QUANT_MULT; in xmlFAParseQuantifier()
5196 ctxt->atom->quant = XML_REGEXP_QUANT_PLUS; in xmlFAParseQuantifier()
5229 ctxt->atom->quant = XML_REGEXP_QUANT_RANGE; in xmlFAParseQuantifier()
6059 atom->quant = XML_REGEXP_QUANT_ONCEONLY; in xmlAutomataNewOnceTrans2()
6118 atom->quant = XML_REGEXP_QUANT_ONCEONLY; in xmlAutomataNewOnceTrans()