Home
last modified time | relevance | path

Searched refs:closecallback (Results 1 – 15 of 15) sorted by relevance

/third_party/libxml2/
DxmlIO.c97 xmlInputCloseCallback closecallback; member
114 xmlOutputCloseCallback closecallback; member
505 xmlInputCallbackTable[i].closecallback = NULL; in xmlCleanupInputCallbacks()
533 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = NULL; in xmlPopInputCallbacks()
557 xmlOutputCallbackTable[i].closecallback = NULL; in xmlCleanupOutputCallbacks()
585 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = NULL; in xmlPopOutputCallbacks()
2214 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc; in xmlRegisterInputCallbacks()
2241 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc; in xmlRegisterOutputCallbacks()
2372 ret->closecallback = NULL; in xmlAllocParserInputBuffer()
2425 ret->closecallback = NULL; in xmlAllocOutputBuffer()
[all …]
DHTMLtree.c429 outbuf->closecallback = NULL; in htmlBufNodeDumpFormat()
Dxmlsave.c2230 outbuf->closecallback = NULL; in xmlBufNodeDump()
Dxmlreader.c5556 input->closecallback = NULL; in xmlReaderForFd()
5780 input->closecallback = NULL; in xmlReaderNewFd()
DHTMLparser.c7017 input->closecallback = NULL; in htmlReadFd()
Dparser.c15295 input->closecallback = NULL; in xmlReadFd()
15505 input->closecallback = NULL; in xmlCtxtReadFd()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c128 xmlInputCloseCallback closecallback; member
145 xmlOutputCloseCallback closecallback; member
536 xmlInputCallbackTable[i].closecallback = NULL; in xmlCleanupInputCallbacks()
564 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = NULL; in xmlPopInputCallbacks()
588 xmlOutputCallbackTable[i].closecallback = NULL; in xmlCleanupOutputCallbacks()
2218 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc; in xmlRegisterInputCallbacks()
2245 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc; in xmlRegisterOutputCallbacks()
2376 ret->closecallback = NULL; in xmlAllocParserInputBuffer()
2428 ret->closecallback = NULL; in xmlAllocOutputBuffer()
2480 ret->closecallback = NULL; in xmlAllocOutputBufferInternal()
[all …]
DxmlIO.in.h157 xmlInputCloseCallback closecallback; member
173 xmlOutputCloseCallback closecallback; member
DHTMLtree.c457 outbuf->closecallback = NULL; in htmlBufNodeDumpFormat()
Dxmlsave.c2298 outbuf->closecallback = NULL; in xmlBufNodeDump()
Dxmlreader.c5512 input->closecallback = NULL; in xmlReaderForFd()
5736 input->closecallback = NULL; in xmlReaderNewFd()
Dparser.c15341 input->closecallback = NULL; in xmlReadFd()
15551 input->closecallback = NULL; in xmlCtxtReadFd()
/third_party/libxml2/include/libxml/
DxmlIO.h128 xmlInputCloseCallback closecallback; member
144 xmlOutputCloseCallback closecallback; member
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle127 d closecallback like(xmlInputCloseCallback)
143 d closecallback like(xmlOutputCloseCallback)
/third_party/libxml2/python/
Dlibxml.c495 ret->closecallback = xmlPythonFileClose; in xmlOutputBufferCreatePythonFile()
549 if (obj->closecallback != xmlPythonFileClose) { in libxml_outputBufferGetPythonFile()
672 ret->closecallback = xmlPythonFileClose; in xmlParserInputBufferCreatePythonFile()
739 buf->closecallback = xmlPythonFileCloseRaw; in pythonExternalEntityLoader()