Searched refs:xmlPatternFromRoot (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dpattern.h72 xmlPatternFromRoot (xmlPatternPtr comp);
/external/libxml2/
H A Dpattern.c2589 * xmlPatternFromRoot:
2597 xmlPatternFromRoot(xmlPatternPtr comp) { function
H A Delfgcchack.h7728 #undef xmlPatternFromRoot macro
7729 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot __attribute((alias("xmlPatternFromRoot__internal_alias")));
7731 #ifndef xmlPatternFromRoot
7732 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot__internal_alias __attribute((visibility("hidden")));
7733 #define xmlPatternFromRoot xmlPatternFromRoot__internal_alias macro
H A Dxpath.c14086 from_root = xmlPatternFromRoot(comp);

Completed in 456 milliseconds