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

/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1257 * xmlNanoFTPCwd:
1267 xmlNanoFTPCwd(void *ctx, const char *directory) { function
1729 if (xmlNanoFTPCwd(ctxt, ctxt->path) < 1)
1737 if (xmlNanoFTPCwd(ctxt, ctxt->path) < 1)
H A Delfgcchack.h5442 #undef xmlNanoFTPCwd macro
5443 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias")));
5445 #ifndef xmlNanoFTPCwd
5446 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden")));
5447 #define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias macro

Completed in 120 milliseconds