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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h326 xmlIOHTTPOpen (const char *filename);
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1659 * xmlIOHTTPOpen:
1667 xmlIOHTTPOpen (const char *filename) { function
2138 xmlRegisterInputCallbacks(xmlIOHTTPMatch, xmlIOHTTPOpen,
H A Delfgcchack.h4452 #undef xmlIOHTTPOpen macro
4453 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias")));
4455 #ifndef xmlIOHTTPOpen
4456 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden")));
4457 #define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias macro
H A Dtestapi.c27750 ret_val = xmlIOHTTPOpen(filename);
27756 printf("Leak of %d blocks found in xmlIOHTTPOpen",
[all...]

Completed in 165 milliseconds