Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxmlIO.h317 xmlFileClose (void * context);
/external/libxml2/
DxmlIO.c1016 xmlFileClose (void * context) { in xmlFileClose() function
2134 xmlFileRead, xmlFileClose); in xmlRegisterDefaultInputCallbacks()
2168 xmlFileWrite, xmlFileClose); in xmlRegisterDefaultOutputCallbacks()
Delfgcchack.h3385 #undef xmlFileClose
3386 extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
3388 #ifndef xmlFileClose
3389 extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
3390 #define xmlFileClose xmlFileClose__internal_alias macro