Searched refs:xmlPatternMinDepth (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dpattern.h70 xmlPatternMinDepth (xmlPatternPtr comp);
/external/libxml2/
H A Dlibxml2.syms2102 xmlPatternMinDepth;
H A Dpattern.c2567 * xmlPatternMinDepth:
2577 xmlPatternMinDepth(xmlPatternPtr comp) { function
H A Delfgcchack.h7902 #undef xmlPatternMinDepth macro
7903 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth __attribute((alias("xmlPatternMinDepth__internal_alias")));
7905 #ifndef xmlPatternMinDepth
7906 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth__internal_alias __attribute((visibility("hidden")));
7907 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias macro
H A Dxpath.c14265 min_depth = xmlPatternMinDepth(comp);
H A Dtestapi.c17050 ret_val = xmlPatternMinDepth(comp);
17056 printf("Leak of %d blocks found in xmlPatternMinDepth",
[all...]

Completed in 787 milliseconds