• Home
  • Raw
  • Download

Lines Matching refs:quant

183     xmlRegQuantType quant;  member
497 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) { in xmlRegEpxFromParse()
786 ret->quant = XML_REGEXP_QUANT_ONCE; in xmlRegNewAtom()
838 ret->quant = atom->quant; in xmlRegCopyAtom()
1084 xmlRegPrintQuantType(output, atom->quant); in xmlRegPrintAtom()
1085 if (atom->quant == XML_REGEXP_QUANT_RANGE) in xmlRegPrintAtom()
1550 (atom->quant != XML_REGEXP_QUANT_RANGE)) { in xmlFAGenerateTransitions()
1556 } else if ((to == NULL) && (atom->quant != XML_REGEXP_QUANT_RANGE) && in xmlFAGenerateTransitions()
1557 (atom->quant != XML_REGEXP_QUANT_ONCE)) { in xmlFAGenerateTransitions()
1564 switch (atom->quant) { in xmlFAGenerateTransitions()
1566 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1576 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1581 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1618 copy->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1661 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1670 (atom->quant == XML_REGEXP_QUANT_RANGE)) { in xmlFAGenerateTransitions()
1696 if ((atom->quant == XML_REGEXP_QUANT_MULT) || in xmlFAGenerateTransitions()
1697 (atom->quant == XML_REGEXP_QUANT_PLUS)) { in xmlFAGenerateTransitions()
1719 switch (atom->quant) { in xmlFAGenerateTransitions()
1721 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1725 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
1730 atom->quant = XML_REGEXP_QUANT_ONCE; in xmlFAGenerateTransitions()
5130 ctxt->atom->quant = XML_REGEXP_QUANT_OPT; in xmlFAParseQuantifier()
5132 ctxt->atom->quant = XML_REGEXP_QUANT_MULT; in xmlFAParseQuantifier()
5134 ctxt->atom->quant = XML_REGEXP_QUANT_PLUS; in xmlFAParseQuantifier()
5167 ctxt->atom->quant = XML_REGEXP_QUANT_RANGE; in xmlFAParseQuantifier()
5978 atom->quant = XML_REGEXP_QUANT_ONCEONLY; in xmlAutomataNewOnceTrans2()
6037 atom->quant = XML_REGEXP_QUANT_ONCEONLY; in xmlAutomataNewOnceTrans()