Searched defs:xmlAllocParserInputBuffer (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DxmlIO.c2219 * xmlAllocParserInputBuffer:
2227 xmlAllocParserInputBuffer(xmlCharEncoding enc) { function
2464 ret = xmlAllocParserInputBuffer(enc);
2682 ret = xmlAllocParserInputBuffer(enc);
2764 ret = xmlAllocParserInputBuffer(enc);
2793 ret = xmlAllocParserInputBuffer(enc);
2900 ret = xmlAllocParserInputBuffer(enc);
H A Delfgcchack.h1109 #undef xmlAllocParserInputBuffer macro
1110 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
1112 #ifndef xmlAllocParserInputBuffer
1113 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden")));
1114 #define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias macro

Completed in 72 milliseconds