Home | History | Annotate | Download | only in libxml2

Lines Matching refs:quant

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