• Home
  • Raw
  • Download

Lines Matching refs:value2

158     const xmlChar *value2; /* The namespace name */  member
249 if (op->value2 != NULL) in xmlFreePattern()
250 xmlFree((xmlChar *) op->value2); in xmlFreePattern()
349 xmlPatOp op, xmlChar * value, xmlChar * value2) in xmlPatternAdd() argument
365 comp->steps[comp->nbStep].value2 = value2; in xmlPatternAdd()
389 tmp = comp->steps[i].value2;
390 comp->steps[i].value2 = comp->steps[j].value2;
391 comp->steps[j].value2 = tmp;
417 comp->steps[i].value2 = comp->steps[j].value2; in xmlReversePattern()
442 tmp = comp->steps[i].value2; in xmlReversePattern()
443 comp->steps[i].value2 = comp->steps[j].value2; in xmlReversePattern()
444 comp->steps[j].value2 = tmp; in xmlReversePattern()
452 comp->steps[comp->nbStep].value2 = NULL; in xmlReversePattern()
534 if (step->value2 != NULL) in xmlPatMatch()
537 if (step->value2 == NULL) in xmlPatMatch()
539 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
580 if (step->value2 != NULL) in xmlPatMatch()
582 } else if (step->value2 != NULL) { in xmlPatMatch()
583 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
606 if (step->value2 != NULL) in xmlPatMatch()
609 if (step->value2 == NULL) in xmlPatMatch()
611 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
643 if (step->value2 == NULL) in xmlPatMatch()
646 if ((step->value2 != NULL) && in xmlPatMatch()
647 (xmlStrEqual(step->value2, node->ns->href))) in xmlPatMatch()
1591 (comp->steps[0].value2 == NULL)) { in xmlStreamCompile()
1635 step.value, step.value2, XML_ATTRIBUTE_NODE, flags); in xmlStreamCompile()
1641 if ((step.value == NULL) && (step.value2 == NULL)) { in xmlStreamCompile()
1683 s = xmlStreamCompAddStep(stream, step.value, step.value2, in xmlStreamCompile()
1692 s = xmlStreamCompAddStep(stream, step.value, step.value2, in xmlStreamCompile()