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

/external/libxml2/
H A Dpattern.c60 #define XML_STREAM_DESC 1<<16 macro
1712 if ((stream->flags & XML_STREAM_DESC) == 0)
1713 stream->flags |= XML_STREAM_DESC;
1723 if ((stream->flags & XML_STREAM_DESC) == 0)
1724 stream->flags |= XML_STREAM_DESC;
1952 if ((comp->flags & XML_STREAM_DESC) == 0) {
2000 if ((comp->flags & XML_STREAM_DESC) == 0)
2070 if (((comp->flags & XML_STREAM_DESC) == 0) &&
2174 if (((comp->flags & XML_STREAM_DESC) == 0) &&

Completed in 18 milliseconds