Home
last modified time | relevance | path

Searched refs:xmlFileMatch (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h309 xmlFileMatch (const char *filename);
/external/libxml2/
DxmlIO.c864 xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) { in xmlFileMatch() function
2300 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks()
2338 xmlRegisterOutputCallbacks(xmlFileMatch, xmlFileOpenW, in xmlRegisterDefaultOutputCallbacks()
Delfgcchack.h3395 #undef xmlFileMatch
3396 extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
3398 #ifndef xmlFileMatch
3399 extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
3400 #define xmlFileMatch xmlFileMatch__internal_alias macro