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

/external/libxml2/
H A DxmlIO.c2199 * xmlIOFTPMatch:
2207 xmlIOFTPMatch (const char *filename) { function
2342 xmlRegisterInputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
2383 xmlRegisterOutputCallbacks(xmlIOFTPMatch, xmlIOFTPOpen,
H A Delfgcchack.h4508 #undef xmlIOFTPMatch macro
4509 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
4511 #ifndef xmlIOFTPMatch
4512 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
4513 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias macro

Completed in 99 milliseconds