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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
266 xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc,
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2064 * @matchFunc: the xmlInputMatchCallback
2074 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, argument
2080 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc;
2091 * @matchFunc: the xmlOutputMatchCallback
2101 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, argument
2107 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc;

Completed in 43 milliseconds