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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c2032 * xmlIOFTPRead:
2042 xmlIOFTPRead(void * context, char * buffer, int len) { function
2144 xmlIOFTPRead, xmlIOFTPClose);
H A Delfgcchack.h4416 #undef xmlIOFTPRead macro
4417 extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
4419 #ifndef xmlIOFTPRead
4420 extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
4421 #define xmlIOFTPRead xmlIOFTPRead__internal_alias macro

Completed in 112 milliseconds