Searched defs:xmlIOFTPClose (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 78 milliseconds