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

/external/libxml2/
H A DxmlIO.c2390 * xmlAllocParserInputBuffer:
2398 xmlAllocParserInputBuffer(xmlCharEncoding enc) { function
2639 ret = xmlAllocParserInputBuffer(enc);
2861 ret = xmlAllocParserInputBuffer(enc);
2943 ret = xmlAllocParserInputBuffer(enc);
2972 ret = xmlAllocParserInputBuffer(enc);
3079 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 48 milliseconds