Searched refs:xmlIOHTTPMatch (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DxmlIO.h330 xmlIOHTTPMatch (const char *filename);
/external/libxml2/
H A DxmlIO.c1839 * xmlIOHTTPMatch:
1847 xmlIOHTTPMatch (const char *filename) { function
2337 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
2367 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
2407 xmlRegisterOutputCallbacks(xmlIOHTTPMatch, xmlIOHTTPDfltOpenW,
2781 if (xmlOutputCallbackTable[i].matchcallback == xmlIOHTTPMatch)
2817 if (xmlOutputCallbackTable[i].matchcallback == xmlIOHTTPMatch)
H A Dlibxml2.syms594 xmlIOHTTPMatch;
H A Delfgcchack.h4556 #undef xmlIOHTTPMatch macro
4557 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
4559 #ifndef xmlIOHTTPMatch
4560 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
4561 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias macro
H A Dtestapi.c28214 ret_val = xmlIOHTTPMatch(filename);
28220 printf("Leak of %d blocks found in xmlIOHTTPMatch",
[all...]

Completed in 501 milliseconds