Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c161 #define PAT_FROM_ROOT (1<<8) macro
1236 ctxt->comp->flags |= PAT_FROM_ROOT; in xmlCompilePathPattern()
1610 if (comp->flags & PAT_FROM_ROOT) in xmlStreamCompile()
2416 type = cur->flags & (PAT_FROM_ROOT | PAT_FROM_CUR); in xmlPatterncompile()
2417 } else if (type == PAT_FROM_ROOT) { in xmlPatterncompile()
2421 if (cur->flags & PAT_FROM_ROOT) in xmlPatterncompile()
2608 if (comp->flags & PAT_FROM_ROOT) in xmlPatternFromRoot()