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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h353 xmlIOFTPClose (void * context);
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2048 * xmlIOFTPClose:
2056 xmlIOFTPClose (void * context) { function
2144 xmlIOFTPRead, xmlIOFTPClose);
2185 xmlIOFTPWrite, xmlIOFTPClose);
H A Delfgcchack.h4380 #undef xmlIOFTPClose macro
4381 extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias")));
4383 #ifndef xmlIOFTPClose
4384 extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden")));
4385 #define xmlIOFTPClose xmlIOFTPClose__internal_alias macro
H A Dtestapi.c27532 ret_val = xmlIOFTPClose(context);
27538 printf("Leak of %d blocks found in xmlIOFTPClose",
[all...]

Completed in 243 milliseconds