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

/external/libxml2/include/libxml/
H A Dvalid.h234 xmlFreeEnumeration (xmlEnumerationPtr cur);
/external/libxml2/
H A Dvalid.c1770 * xmlFreeEnumeration:
1776 xmlFreeEnumeration(xmlEnumerationPtr cur) { function
1779 if (cur->next != NULL) xmlFreeEnumeration(cur->next);
1882 xmlFreeEnumeration(attr->tree);
1936 xmlFreeEnumeration(tree);
1940 xmlFreeEnumeration(tree);
1944 xmlFreeEnumeration(tree);
1979 xmlFreeEnumeration(tree);
2002 xmlFreeEnumeration(tree);
2018 xmlFreeEnumeration(tre
[all...]
H A DSAX2.c744 xmlFreeEnumeration(tree);
H A Dxmllint.c1115 xmlFreeEnumeration(tree);
H A Delfgcchack.h3541 #undef xmlFreeEnumeration macro
3542 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
3544 #ifndef xmlFreeEnumeration
3545 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
3546 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias macro
H A Dxmlschemas.c28252 xmlFreeEnumeration(tree);

Completed in 196 milliseconds