• Home
  • Raw
  • Download

Lines Matching refs:value2

155     const xmlChar *value2; /* The namespace name */  member
246 if (op->value2 != NULL) in xmlFreePattern()
247 xmlFree((xmlChar *) op->value2); in xmlFreePattern()
345 xmlPatOp op, xmlChar * value, xmlChar * value2) in xmlPatternAdd() argument
361 comp->steps[comp->nbStep].value2 = value2; in xmlPatternAdd()
385 tmp = comp->steps[i].value2;
386 comp->steps[i].value2 = comp->steps[j].value2;
387 comp->steps[j].value2 = tmp;
413 comp->steps[i].value2 = comp->steps[j].value2; in xmlReversePattern()
438 tmp = comp->steps[i].value2; in xmlReversePattern()
439 comp->steps[i].value2 = comp->steps[j].value2; in xmlReversePattern()
440 comp->steps[j].value2 = tmp; in xmlReversePattern()
448 comp->steps[comp->nbStep].value2 = NULL; in xmlReversePattern()
530 if (step->value2 != NULL) in xmlPatMatch()
533 if (step->value2 == NULL) in xmlPatMatch()
535 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
576 if (step->value2 != NULL) in xmlPatMatch()
578 } else if (step->value2 != NULL) { in xmlPatMatch()
579 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
602 if (step->value2 != NULL) in xmlPatMatch()
605 if (step->value2 == NULL) in xmlPatMatch()
607 if (!xmlStrEqual(step->value2, node->ns->href)) in xmlPatMatch()
639 if (step->value2 == NULL) in xmlPatMatch()
642 if ((step->value2 != NULL) && in xmlPatMatch()
643 (xmlStrEqual(step->value2, node->ns->href))) in xmlPatMatch()
1586 (comp->steps[0].value2 == NULL)) { in xmlStreamCompile()
1630 step.value, step.value2, XML_ATTRIBUTE_NODE, flags); in xmlStreamCompile()
1636 if ((step.value == NULL) && (step.value2 == NULL)) { in xmlStreamCompile()
1678 s = xmlStreamCompAddStep(stream, step.value, step.value2, in xmlStreamCompile()
1687 s = xmlStreamCompAddStep(stream, step.value, step.value2, in xmlStreamCompile()