Home
last modified time | relevance | path

Searched refs:xmlInputMatchCallback (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h34 typedef int (XMLCALL *xmlInputMatchCallback) (char const *filename); typedef
205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
/external/libxml2/
DxmlIO.c110 xmlInputMatchCallback matchcallback;
2074 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, in xmlRegisterInputCallbacks()