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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dpattern.h70 xmlPatternMinDepth (xmlPatternPtr comp);
/external/libxml2/include/libxml/
H A Dpattern.h70 xmlPatternMinDepth (xmlPatternPtr comp);
/external/chromium_org/third_party/libxml/src/
H A Dpattern.c2562 * xmlPatternMinDepth:
2572 xmlPatternMinDepth(xmlPatternPtr comp) { function
H A Delfgcchack.h7776 #undef xmlPatternMinDepth macro
7777 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth __attribute((alias("xmlPatternMinDepth__internal_alias")));
7779 #ifndef xmlPatternMinDepth
7780 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth__internal_alias __attribute((visibility("hidden")));
7781 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias macro
H A Dxpath.c14100 min_depth = xmlPatternMinDepth(comp);
H A Dtestapi.c16949 ret_val = xmlPatternMinDepth(comp);
16955 printf("Leak of %d blocks found in xmlPatternMinDepth",
[all...]
/external/libxml2/
H A Dpattern.c2566 * xmlPatternMinDepth:
2576 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.c14253 min_depth = xmlPatternMinDepth(comp);

Completed in 456 milliseconds