Home
last modified time | relevance | path

Searched refs:closeFunc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h208 xmlInputCloseCallback closeFunc);
275 xmlOutputCloseCallback closeFunc);
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle250 d closeFunc value like(xmlInputCloseCallback)
356 d closeFunc value like(xmlOutputCloseCallback)
/external/libxml2/
DxmlIO.c2180 xmlInputCloseCallback closeFunc) { in xmlRegisterInputCallbacks() argument
2187 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc; in xmlRegisterInputCallbacks()
2207 xmlOutputCloseCallback closeFunc) { in xmlRegisterOutputCallbacks() argument
2214 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc; in xmlRegisterOutputCallbacks()