Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
272 xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc,
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle247 d matchFunc value like(xmlInputMatchCallback)
353 d matchFunc value like(xmlOutputMatchCallback)
/external/libxml2/
DxmlIO.c2178 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() argument
2184 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc; in xmlRegisterInputCallbacks()
2205 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, in xmlRegisterOutputCallbacks() argument
2211 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc; in xmlRegisterOutputCallbacks()