Home
last modified time | relevance | path

Searched refs:xmlAllocParserInputBuffer (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h167 xmlAllocParserInputBuffer (xmlCharEncoding enc);
/external/libxml2/
DxmlIO.c2227 xmlAllocParserInputBuffer(xmlCharEncoding enc) { in xmlAllocParserInputBuffer() function
2464 ret = xmlAllocParserInputBuffer(enc); in __xmlParserInputBufferCreateFilename()
2682 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFile()
2764 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFd()
2793 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateMem()
2900 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateIO()
Delfgcchack.h1109 #undef xmlAllocParserInputBuffer
1110 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocP…
1112 #ifndef xmlAllocParserInputBuffer
1113 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((…
1114 #define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias macro
Dxmlreader.c4990 buf = xmlAllocParserInputBuffer(enc); in xmlTextReaderSetup()
DHTMLparser.c5438 buf = xmlAllocParserInputBuffer(enc); in htmlCreatePushParserCtxt()
Dparser.c11551 buf = xmlAllocParserInputBuffer(enc); in xmlCreatePushParserCtxt()
14025 buf = xmlAllocParserInputBuffer(enc); in xmlCtxtResetPush()