xmlNanoHTTPOpen  5800 third_party/libxml/src/elfgcchack.h #undef xmlNanoHTTPOpen
xmlNanoHTTPOpen  5801 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias")));
xmlNanoHTTPOpen  5803 third_party/libxml/src/elfgcchack.h #ifndef xmlNanoHTTPOpen
xmlNanoHTTPOpen  5804 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden")));
xmlNanoHTTPOpen  5805 third_party/libxml/src/elfgcchack.h #define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
xmlNanoHTTPOpen    47 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPOpen		(const char *URL,
xmlNanoHTTPOpen  1621 third_party/libxml/src/nanohttp.c     ctxt = xmlNanoHTTPOpen(URL, contentType);
xmlNanoHTTPOpen   685 third_party/libxml/src/testapi.c     if (no == 0) return(xmlNanoHTTPOpen(REMOTE1GOOD, NULL));
xmlNanoHTTPOpen   686 third_party/libxml/src/testapi.c     if (no == 1) return(xmlNanoHTTPOpen(REMOTE2GOOD, NULL));
xmlNanoHTTPOpen   687 third_party/libxml/src/testapi.c     if (no == 2) return(xmlNanoHTTPOpen(REMOTE1BAD, NULL));
xmlNanoHTTPOpen  12330 third_party/libxml/src/testapi.c         ret_val = xmlNanoHTTPOpen(URL, contentType);
xmlNanoHTTPOpen  1716 third_party/libxml/src/xmlIO.c     return(xmlNanoHTTPOpen(filename, NULL));