Searched refs:xmlIOHTTPRead (Results 1 – 3 of 3) sorted by relevance
333 xmlIOHTTPRead (void * context,
1766 xmlIOHTTPRead(void * context, char * buffer, int len) { in xmlIOHTTPRead() function2142 xmlIOHTTPRead, xmlIOHTTPClose); in xmlRegisterDefaultInputCallbacks()3630 (ret->buf->readcallback == xmlIOHTTPRead) && in xmlCheckHTTPInput()
4500 #undef xmlIOHTTPRead4501 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));4503 #ifndef xmlIOHTTPRead4504 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));4505 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias macro