Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DxmlIO.h309 xmlFileMatch (const char *filename);
/external/libxml2/include/libxml/
DxmlIO.h309 xmlFileMatch (const char *filename);
/external/chromium_org/third_party/libxml/src/
DxmlIO.c861 xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) { in xmlFileMatch() function
2178 xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen, in xmlRegisterDefaultInputCallbacks()
2212 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
Dtestapi.c27723 ret_val = xmlFileMatch(filename); in test_xmlFileMatch()
/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
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src855 xmlFileMatch