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

/external/libxml2/
H A DxmlIO.c2227 * xmlIOFTPRead:
2237 xmlIOFTPRead(void * context, char * buffer, int len) { function
2343 xmlIOFTPRead, xmlIOFTPClose);
H A Delfgcchack.h4532 #undef xmlIOFTPRead macro
4533 extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
4535 #ifndef xmlIOFTPRead
4536 extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
4537 #define xmlIOFTPRead xmlIOFTPRead__internal_alias macro

Completed in 150 milliseconds