Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
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()
/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()