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

/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c845 * xmlNanoFTPConnect:
854 xmlNanoFTPConnect(void *ctx) { function
1248 res = xmlNanoFTPConnect(ctxt);
2001 if (xmlNanoFTPConnect(ctxt) < 0) {
2073 if (xmlNanoFTPConnect(ctxt) < 0) {
H A Delfgcchack.h5418 #undef xmlNanoFTPConnect macro
5419 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias")));
5421 #ifndef xmlNanoFTPConnect
5422 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden")));
5423 #define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias macro

Completed in 92 milliseconds