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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2004 * xmlIOFTPMatch:
2012 xmlIOFTPMatch (const char *filename) { function
2143 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
2184 xmlRegisterOutputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Delfgcchack.h4392 #undef xmlIOFTPMatch macro
4393 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
4395 #ifndef xmlIOFTPMatch
4396 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
4397 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias macro

Completed in 123 milliseconds