Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c162 #define PAT_FROM_CUR (1<<9) macro
1237 ctxt->comp->flags |= PAT_FROM_CUR; in xmlCompilePathPattern()
1337 ctxt->comp->flags |= PAT_FROM_CUR; in xmlCompileIDCXPathPath()
2415 type = cur->flags & (PAT_FROM_ROOT | PAT_FROM_CUR); in xmlPatterncompile()
2417 if (cur->flags & PAT_FROM_CUR) in xmlPatterncompile()
2419 } else if (type == PAT_FROM_CUR) { in xmlPatterncompile()