Home
last modified time | relevance | path

Searched refs:XML_STREAM_XS_IDC (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dpattern.c72 #define XML_STREAM_XS_IDC(c) ((c)->flags & \ macro
2102 if (XML_STREAM_XS_IDC(stream)) { in xmlStreamPushInternal()
2122 if ((stream->level == 2) && XML_STREAM_XS_IDC(stream)) in xmlStreamPushInternal()
2399 if (XML_STREAM_XS_IDC(cur)) in xmlPatterncompile()