Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxmlIO.h167 xmlAllocParserInputBuffer (xmlCharEncoding enc);
/external/libxml2/
DxmlIO.c2423 xmlAllocParserInputBuffer(xmlCharEncoding enc) { in xmlAllocParserInputBuffer() function
2661 ret = xmlAllocParserInputBuffer(enc); in __xmlParserInputBufferCreateFilename()
2889 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFile()
3004 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFd()
3033 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateMem()
3140 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateIO()
Dlibxml2.syms580 xmlAllocParserInputBuffer;
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.c5215 buf = xmlAllocParserInputBuffer(enc); in xmlTextReaderSetup()
Dparser.c12616 buf = xmlAllocParserInputBuffer(enc); in xmlCreatePushParserCtxt()
15182 buf = xmlAllocParserInputBuffer(enc); in xmlCtxtResetPush()
Dtestapi.c27736 ret_val = xmlAllocParserInputBuffer(enc); in test_xmlAllocParserInputBuffer()
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle166 d xmlAllocParserInputBuffer...
167 d pr extproc('xmlAllocParserInputBuffer')
/external/libxml2/python/
Dlibxml.c666 ret = xmlAllocParserInputBuffer(encoding); in xmlParserInputBufferCreatePythonFile()
734 buf = xmlAllocParserInputBuffer(XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader()
/external/libxml2/win32/
Dlibxml2.def.src500 xmlAllocParserInputBuffer