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

/external/libxml2/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
266 xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc,
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp343 static int matchFunc(const char*) function in namespace:WebCore
487 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
488 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
507 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
508 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
/external/libxml2/
H A DxmlIO.c2234 * @matchFunc: the xmlInputMatchCallback
2244 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, argument
2250 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc;
2261 * @matchFunc: the xmlOutputMatchCallback
2271 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, argument
2277 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc;

Completed in 107 milliseconds