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

Function xmlNanoHTTPOpen

ThirdParty/libxml2/vtklibxml2/nanohttp.c:1140–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138 */
1139
1140void*
1141xmlNanoHTTPOpen(const char *URL, char **contentType) {
1142 if (contentType != NULL) *contentType = NULL;
1143 return(xmlNanoHTTPMethod(URL, NULL, NULL, contentType, NULL, 0));
1144}
1145
1146/**
1147 * xmlNanoHTTPOpenRedir:

Callers 2

xmlNanoHTTPFetchFunction · 0.85
xmlIOHTTPOpenFunction · 0.85

Calls 1

xmlNanoHTTPMethodFunction · 0.85

Tested by

no test coverage detected