Searched refs:XML_STREAM_ANY_NODE (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dpattern.c63 * XML_STREAM_ANY_NODE is used for comparison against
66 #define XML_STREAM_ANY_NODE 100 macro
1654 XML_STREAM_ANY_NODE, flags);
1879 (comp->steps[0].nodeType == XML_STREAM_ANY_NODE) &&
2001 } else if (step.nodeType != XML_STREAM_ANY_NODE)
2008 if (step.nodeType == XML_STREAM_ANY_NODE) {
2133 else if (step.nodeType != XML_STREAM_ANY_NODE)
2140 if (step.nodeType == XML_STREAM_ANY_NODE) {

Completed in 43 milliseconds