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.c2324 xmlAllocParserInputBuffer(xmlCharEncoding enc) { in xmlAllocParserInputBuffer() function
2562 ret = xmlAllocParserInputBuffer(enc); in __xmlParserInputBufferCreateFilename()
2790 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFile()
2903 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateFd()
2932 ret = xmlAllocParserInputBuffer(enc); in xmlParserInputBufferCreateMem()
3039 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.c5220 buf = xmlAllocParserInputBuffer(enc); in xmlTextReaderSetup()
Dparser.c12349 buf = xmlAllocParserInputBuffer(enc); in xmlCreatePushParserCtxt()
14926 buf = xmlAllocParserInputBuffer(enc); in xmlCtxtResetPush()
Dtestapi.c27880 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