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

/external/libxml2/
H A Dnanoftp.c463 * xmlNanoFTPNewCtxt:
472 xmlNanoFTPNewCtxt(const char *URL) { function
1248 ctxt = (xmlNanoFTPCtxtPtr) xmlNanoFTPNewCtxt(NULL);
2009 ctxt = (xmlNanoFTPCtxtPtr) xmlNanoFTPNewCtxt(URL);
2082 ctxt = xmlNanoFTPNewCtxt(argv[1]);
H A Delfgcchack.h5698 #undef xmlNanoFTPNewCtxt macro
5699 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
5701 #ifndef xmlNanoFTPNewCtxt
5702 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden")));
5703 #define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias macro

Completed in 62 milliseconds