Home
last modified time | relevance | path

Searched refs:writecallback (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
DxmlIO.c132 xmlOutputWriteCallback writecallback; member
575 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
2279 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2470 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2525 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2581 if (out->writecallback != NULL) in xmlOutputBufferClose()
2740 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2777 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2810 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
2894 ret->writecallback = xmlFileWrite; in xmlOutputBufferCreateFile()
[all …]
DHTMLtree.c424 outbuf->writecallback = NULL; in htmlNodeDumpFormat()
Dxmlsave.c2114 outbuf->writecallback = NULL; in xmlNodeDump()
/external/libxml2/include/libxml/
DxmlIO.h143 xmlOutputWriteCallback writecallback; member
/external/webkit/Source/WebCore/xml/
DXSLTProcessorLibxslt.cpp200 outputBuf->writecallback = writeToVector; in saveResultToString()