Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxmlIO.h206 xmlInputOpenCallback openFunc,
273 xmlOutputOpenCallback openFunc,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle248 d openFunc value like(xmlInputOpenCallback)
354 d openFunc value like(xmlOutputOpenCallback)
/external/libxml2/
DxmlIO.c2179 xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, in xmlRegisterInputCallbacks() argument
2185 xmlInputCallbackTable[xmlInputCallbackNr].opencallback = openFunc; in xmlRegisterInputCallbacks()
2206 xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, in xmlRegisterOutputCallbacks() argument
2212 xmlOutputCallbackTable[xmlOutputCallbackNr].opencallback = openFunc; in xmlRegisterOutputCallbacks()