Home | History | Annotate | Download | only in libxml2

Lines Matching defs:quant

183     xmlRegQuantType quant;
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) {
793 ret->quant = XML_REGEXP_QUANT_ONCE;
845 ret->quant = atom->quant;
1091 xmlRegPrintQuantType(output, atom->quant);
1092 if (atom->quant == XML_REGEXP_QUANT_RANGE)
1557 (atom->quant != XML_REGEXP_QUANT_RANGE)) {
1563 } else if ((to == NULL) && (atom->quant != XML_REGEXP_QUANT_RANGE) &&
1564 (atom->quant != XML_REGEXP_QUANT_ONCE)) {
1571 switch (atom->quant) {
1573 atom->quant = XML_REGEXP_QUANT_ONCE;
1588 atom->quant = XML_REGEXP_QUANT_ONCE;
1593 atom->quant = XML_REGEXP_QUANT_ONCE;
1630 copy->quant = XML_REGEXP_QUANT_ONCE;
1673 atom->quant = XML_REGEXP_QUANT_ONCE;
1682 (atom->quant == XML_REGEXP_QUANT_RANGE)) {
1708 if ((atom->quant == XML_REGEXP_QUANT_MULT) ||
1709 (atom->quant == XML_REGEXP_QUANT_PLUS)) {
1731 switch (atom->quant) {
1733 atom->quant = XML_REGEXP_QUANT_ONCE;
1737 atom->quant = XML_REGEXP_QUANT_ONCE;
1742 atom->quant = XML_REGEXP_QUANT_ONCE;
5180 ctxt->atom->quant = XML_REGEXP_QUANT_OPT;
5182 ctxt->atom->quant = XML_REGEXP_QUANT_MULT;
5184 ctxt->atom->quant = XML_REGEXP_QUANT_PLUS;
5217 ctxt->atom->quant = XML_REGEXP_QUANT_RANGE;
6045 atom->quant = XML_REGEXP_QUANT_ONCEONLY;
6104 atom->quant = XML_REGEXP_QUANT_ONCEONLY;