Searched refs:xmlIOHTTPOpenW (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h335 xmlIOHTTPOpenW (const char * post_uri,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h329 xmlIOHTTPOpenW (const char * post_uri,
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c1854 * xmlIOHTTPOpenW:
1865 xmlIOHTTPOpenW(const char *post_uri, int compression) function
1921 * Calls xmlIOHTTPOpenW with no compression to set up for a subsequent
1929 return ( xmlIOHTTPOpenW( post_uri, 0 ) );
2762 context = xmlIOHTTPOpenW(unescaped, compression);
2798 context = xmlIOHTTPOpenW(URI, compression);
H A Dlibxml2.syms596 xmlIOHTTPOpenW;
H A Delfgcchack.h4580 #undef xmlIOHTTPOpenW macro
4581 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
4583 #ifndef xmlIOHTTPOpenW
4584 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
4585 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1721 * xmlIOHTTPOpenW:
1732 xmlIOHTTPOpenW(const char *post_uri, int compression) function
1788 * Calls xmlIOHTTPOpenW with no compression to set up for a subsequent
1796 return ( xmlIOHTTPOpenW( post_uri, 0 ) );
2628 context = xmlIOHTTPOpenW(unescaped, compression);
2664 context = xmlIOHTTPOpenW(URI, compression);
H A Dlibxml2.syms596 xmlIOHTTPOpenW;
H A Delfgcchack.h4488 #undef xmlIOHTTPOpenW macro
4489 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
4491 #ifndef xmlIOHTTPOpenW
4492 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
4493 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias macro

Completed in 320 milliseconds