Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dpattern.c47 #define XML_STREAM_STEP_ROOT 4 macro
1441 if (stream->steps[i].flags & XML_STREAM_STEP_ROOT) in xmlDebugStreamComp()
1735 stream->steps[0].flags |= XML_STREAM_STEP_ROOT; in xmlStreamCompile()
1889 } else if (comp->steps[0].flags & XML_STREAM_STEP_ROOT) { in xmlStreamPushInternal()
2091 if (step.flags & XML_STREAM_STEP_ROOT) in xmlStreamPushInternal()
/external/libxml2/
Dpattern.c50 #define XML_STREAM_STEP_ROOT 4 macro
1445 if (stream->steps[i].flags & XML_STREAM_STEP_ROOT) in xmlDebugStreamComp()
1739 stream->steps[0].flags |= XML_STREAM_STEP_ROOT; in xmlStreamCompile()
1893 } else if (comp->steps[0].flags & XML_STREAM_STEP_ROOT) { in xmlStreamPushInternal()
2095 if (step.flags & XML_STREAM_STEP_ROOT) in xmlStreamPushInternal()