Searched refs:xmlFileClose (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h317 xmlFileClose (void * context);
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1005 * xmlFileClose:
1013 xmlFileClose (void * context) { function
2131 xmlFileRead, xmlFileClose);
2165 xmlFileWrite, xmlFileClose);
H A Delfgcchack.h3373 #undef xmlFileClose macro
3374 extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
3376 #ifndef xmlFileClose
3377 extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
3378 #define xmlFileClose xmlFileClose__internal_alias macro
H A Dtestapi.c27389 ret_val = xmlFileClose(context);
27395 printf("Leak of %d blocks found in xmlFileClose",
[all...]

Completed in 436 milliseconds