Home
last modified time | relevance | path

Searched refs:xmlAllocOutputBuffer (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/fuzz/
Dhtml.c55 out = xmlAllocOutputBuffer(NULL); in LLVMFuzzerTestOneInput()
/external/cronet/third_party/libxml/src/include/libxml/
DxmlIO.h226 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
/external/libxml2/include/libxml/
DxmlIO.h226 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle263 d xmlAllocOutputBuffer...
264 d pr extproc('xmlAllocOutputBuffer')
/external/libxml2/
Dc14n.c2013 buf = xmlAllocOutputBuffer(NULL); in xmlC14NDocDumpMemory()
Dxmlsave.c2364 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()
DxmlIO.c2362 xmlAllocOutputBuffer(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBuffer() function
DNEWS666 fix memory leak in xmlAllocOutputBuffer (zhouzhongyuan),
Dtestapi.c26920 ret_val = xmlAllocOutputBuffer(encoder); in test_xmlAllocOutputBuffer()
/external/cronet/third_party/libxml/src/
Dxmlsave.c2364 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()
DxmlIO.c2362 xmlAllocOutputBuffer(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBuffer() function
DNEWS666 fix memory leak in xmlAllocOutputBuffer (zhouzhongyuan),
Dtestapi.c26920 ret_val = xmlAllocOutputBuffer(encoder); in test_xmlAllocOutputBuffer()
/external/libxml2/python/
Dlibxml.c469 ret = xmlAllocOutputBuffer(encoder); in xmlOutputBufferCreatePythonFile()