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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dpattern.c45 #define XML_STREAM_STEP_DESC 1 macro
1441 if (stream->steps[i].flags & XML_STREAM_STEP_DESC)
1468 XML_STREAM_STEP_DESC)
1644 (flags & XML_STREAM_STEP_DESC)) {
1704 if (flags & XML_STREAM_STEP_DESC)
1706 flags |= XML_STREAM_STEP_DESC;
1725 if ((stream->steps[0].flags & XML_STREAM_STEP_DESC) == 0)
1726 stream->steps[0].flags |= XML_STREAM_STEP_DESC;
1880 (comp->steps[0].flags & XML_STREAM_STEP_DESC))
1985 desc = comp->steps[stepNr].flags & XML_STREAM_STEP_DESC;
[all...]

Completed in 32 milliseconds