Searched refs:matchFunc (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
272 xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc,
/external/libxml2/
H A DxmlIO.c2259 * @matchFunc: the xmlInputMatchCallback
2269 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, argument
2275 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc;
2286 * @matchFunc: the xmlOutputMatchCallback
2296 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, argument
2302 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc;

Completed in 116 milliseconds