Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c159 #define PAT_FROM_CUR (1<<9) macro
1233 ctxt->comp->flags |= PAT_FROM_CUR; in xmlCompilePathPattern()
1333 ctxt->comp->flags |= PAT_FROM_CUR; in xmlCompileIDCXPathPath()
2411 type = cur->flags & (PAT_FROM_ROOT | PAT_FROM_CUR); in xmlPatterncompile()
2413 if (cur->flags & PAT_FROM_CUR) in xmlPatterncompile()
2415 } else if (type == PAT_FROM_CUR) { in xmlPatterncompile()