Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c113 xmlOutputWriteCallback writecallback; member
556 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
584 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = NULL; in xmlPopOutputCallbacks()
2240 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2424 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2477 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2533 if (out->writecallback != NULL) in xmlOutputBufferClose()
2698 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2735 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2768 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
[all …]
DHTMLtree.c428 outbuf->writecallback = NULL; in htmlBufNodeDumpFormat()
Dxmlsave.c2218 outbuf->writecallback = NULL; in xmlBufNodeDump()
/external/libxml2/include/libxml/
DxmlIO.h143 xmlOutputWriteCallback writecallback; member
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle142 d writecallback like(xmlOutputWriteCallback)
/external/libxml2/python/
Dlibxml.c494 ret->writecallback = xmlPythonFileWrite; in xmlOutputBufferCreatePythonFile()