Searched refs:xmlFileClose (Results 1 – 3 of 3) sorted by relevance
317 xmlFileClose (void * context);
1016 xmlFileClose (void * context) { in xmlFileClose() function2134 xmlFileRead, xmlFileClose); in xmlRegisterDefaultInputCallbacks()2168 xmlFileWrite, xmlFileClose); in xmlRegisterDefaultOutputCallbacks()
3385 #undef xmlFileClose3386 extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));3388 #ifndef xmlFileClose3389 extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));3390 #define xmlFileClose xmlFileClose__internal_alias macro