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

/external/libxml2/include/libxml/
H A DxmlIO.h351 xmlIOFTPMatch (const char *filename);
/external/libxml2/
H A Dlibxml2.syms590 xmlIOFTPMatch;
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
H A Dtestapi.c28064 ret_val = xmlIOFTPMatch(filename);
28070 printf("Leak of %d blocks found in xmlIOFTPMatch",
[all...]

Completed in 272 milliseconds