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.rpgle241 d matchFunc value like(xmlInputMatchCallback)
340 d matchFunc value like(xmlOutputMatchCallback)
/external/libxml2/
DxmlIO.c2269 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks() argument
2275 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc; in xmlRegisterInputCallbacks()
2296 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, in xmlRegisterOutputCallbacks() argument
2302 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc; in xmlRegisterOutputCallbacks()