Home | History | Annotate | Download | only in src

Lines Matching refs:xmlNanoFTPNewCtxt

462  * xmlNanoFTPNewCtxt:
471 xmlNanoFTPNewCtxt(const char *URL) {
1244 ctxt = (xmlNanoFTPCtxtPtr) xmlNanoFTPNewCtxt(NULL);
1999 ctxt = (xmlNanoFTPCtxtPtr) xmlNanoFTPNewCtxt(URL);
2072 ctxt = xmlNanoFTPNewCtxt(argv[1]);