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
1235 ctxt->comp->flags |= PAT_FROM_ROOT; in xmlCompilePathPattern()
1609 if (comp->flags & PAT_FROM_ROOT) in xmlStreamCompile()
2415 type = cur->flags & (PAT_FROM_ROOT | PAT_FROM_CUR); in xmlPatterncompile()
2416 } else if (type == PAT_FROM_ROOT) { in xmlPatterncompile()
2420 if (cur->flags & PAT_FROM_ROOT) in xmlPatterncompile()
2607 if (comp->flags & PAT_FROM_ROOT) in xmlPatternFromRoot()