Searched defs:xmlFreeEnumeration (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
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 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
/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 Delfgcchack.h3633 #undef xmlFreeEnumeration macro
3634 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
3636 #ifndef xmlFreeEnumeration
3637 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
3638 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias macro

Completed in 4473 milliseconds