Home
last modified time | relevance | path

Searched refs:xmlIOHTTPRead (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h333 xmlIOHTTPRead (void * context,
/external/libxml2/
DxmlIO.c1766 xmlIOHTTPRead(void * context, char * buffer, int len) { in xmlIOHTTPRead() function
2142 xmlIOHTTPRead, xmlIOHTTPClose); in xmlRegisterDefaultInputCallbacks()
3630 (ret->buf->readcallback == xmlIOHTTPRead) && in xmlCheckHTTPInput()
Delfgcchack.h4500 #undef xmlIOHTTPRead
4501 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
4503 #ifndef xmlIOHTTPRead
4504 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
4505 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias macro