Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c135 xmlOutputWriteCallback writecallback; member
578 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
2304 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2495 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2547 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2603 if (out->writecallback != NULL) in xmlOutputBufferClose()
2768 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2805 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2838 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
2922 ret->writecallback = xmlFileWrite; in xmlOutputBufferCreateFile()
[all …]
DHTMLtree.c428 outbuf->writecallback = NULL; in htmlBufNodeDumpFormat()
Dxmlsave.c2276 outbuf->writecallback = NULL; in xmlBufNodeDump()
/external/libxml2/include/libxml/
DxmlIO.h143 xmlOutputWriteCallback writecallback; member
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle141 d writecallback like(xmlOutputWriteCallback)
/external/libxml2/python/
Dlibxml.c493 ret->writecallback = xmlPythonFileWrite; in xmlOutputBufferCreatePythonFile()