Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c113 xmlOutputWriteCallback writecallback; member
556 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
2213 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2396 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2448 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2504 if (out->writecallback != NULL) in xmlOutputBufferClose()
2669 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2706 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2739 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
2823 ret->writecallback = xmlFileWrite; in xmlOutputBufferCreateFile()
[all …]
Dxmlsave.c2271 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.c493 ret->writecallback = xmlPythonFileWrite; in xmlOutputBufferCreatePythonFile()