Home
last modified time | relevance | path

Searched refs:xmlAllocOutputBufferInternal (Results 1 – 4 of 4) sorted by relevance

/third_party/libxml2/
DxmlIO.c124 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
1854 ctxt->doc_buff = xmlAllocOutputBufferInternal(NULL); in xmlIOHTTPOpenW()
2441 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBufferInternal() function
2695 ret = xmlAllocOutputBufferInternal(encoder); in __xmlOutputBufferCreateFilename()
2732 ret = xmlAllocOutputBufferInternal(encoder); in __xmlOutputBufferCreateFilename()
2767 ret = xmlAllocOutputBufferInternal(encoder); in __xmlOutputBufferCreateFilename()
2851 ret = xmlAllocOutputBufferInternal(encoder); in xmlOutputBufferCreateFile()
3040 ret = xmlAllocOutputBufferInternal(encoder); in xmlOutputBufferCreateFd()
3101 ret = xmlAllocOutputBufferInternal(encoder); in xmlOutputBufferCreateIO()
DHTMLtree.c340 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
589 buf = xmlAllocOutputBufferInternal(handler); in htmlDocDumpMemoryFormat()
DNEWS421 Fix memory leak in xmlAllocOutputBufferInternal error path (Nick Wellnhofer),
/third_party/chromium/patch/
D0001-cve.patch74871 - xmlAllocOutputBufferInternal
96084 + Fix memory leak in xmlAllocOutputBufferInternal error path (Nick Wellnhofer),
134174 @@ -130,7 +122,7 @@ xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);