MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlIOHTTPOpen

Function xmlIOHTTPOpen

ThirdParty/libxml2/vtklibxml2/xmlIO.c:1020–1023  ·  view source on GitHub ↗

* xmlIOHTTPOpen: * @filename: the URI for matching * * DEPRECATED: Internal function, don't use. * * open an HTTP I/O channel * * Returns an I/O context or NULL in case of error */

Source from the content-addressed store, hash-verified

1018 * Returns an I/O context or NULL in case of error
1019 */
1020void *
1021xmlIOHTTPOpen (const char *filename) {
1022 return(xmlNanoHTTPOpen(filename, NULL));
1023}
1024
1025#ifdef LIBXML_OUTPUT_ENABLED
1026/**

Callers 1

xmlInputDefaultOpenFunction · 0.85

Calls 1

xmlNanoHTTPOpenFunction · 0.85

Tested by

no test coverage detected