Searched refs:xmlIOHTTPRead (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h333 xmlIOHTTPRead (void * context,
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1753 * xmlIOHTTPRead:
1763 xmlIOHTTPRead(void * context, char * buffer, int len) { function
2139 xmlIOHTTPRead, xmlIOHTTPClose);
3555 (ret->buf->readcallback == xmlIOHTTPRead) &&
H A Delfgcchack.h4476 #undef xmlIOHTTPRead macro
4477 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
4479 #ifndef xmlIOHTTPRead
4480 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
4481 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias macro
H A Dtestapi.c27792 ret_val = xmlIOHTTPRead(context, buffer, len);
27800 printf("Leak of %d blocks found in xmlIOHTTPRead",
[all...]

Completed in 167 milliseconds