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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanoftp.h80 xmlNanoFTPOpen (const char *URL);
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c1982 * xmlNanoFTPOpen:
1991 xmlNanoFTPOpen(const char *URL) { function
H A DxmlIO.c2028 return(xmlNanoFTPOpen(filename));
H A Delfgcchack.h5562 #undef xmlNanoFTPOpen macro
5563 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias")));
5565 #ifndef xmlNanoFTPOpen
5566 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden")));
5567 #define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias macro
H A Dtestapi.c11745 ret_val = xmlNanoFTPOpen(URL);
11751 printf("Leak of %d blocks found in xmlNanoFTPOpen",
[all...]

Completed in 535 milliseconds