Searched refs:xmlNanoFTPProxy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanoftp.h90 xmlNanoFTPProxy (const char *host,
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c253 * xmlNanoFTPProxy:
266 xmlNanoFTPProxy(const char *host, int port, const char *user, function
H A Delfgcchack.h5574 #undef xmlNanoFTPProxy macro
5575 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias")));
5577 #ifndef xmlNanoFTPProxy
5578 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden")));
5579 #define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias macro
H A Dtestapi.c11792 xmlNanoFTPProxy((const char *)host, port, (const char *)user, (const char *)passwd, type);
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c8085 if (!PyArg_ParseTuple(args, (char *)"zizzi:xmlNanoFTPProxy", &host, &port, &user, &passwd, &type))
8088 xmlNanoFTPProxy(host, port, user, passwd, type);

Completed in 271 milliseconds