xmlNanoHTTPFetch 5740 third_party/libxml/src/elfgcchack.h #undef xmlNanoHTTPFetch
xmlNanoHTTPFetch 5741 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias")));
xmlNanoHTTPFetch 5743 third_party/libxml/src/elfgcchack.h #ifndef xmlNanoHTTPFetch
xmlNanoHTTPFetch 5744 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden")));
xmlNanoHTTPFetch 5745 third_party/libxml/src/elfgcchack.h #define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
xmlNanoHTTPFetch   28 third_party/libxml/src/include/libxml/nanohttp.h 	xmlNanoHTTPFetch	(const char *URL,
xmlNanoHTTPFetch 1849 third_party/libxml/src/nanohttp.c 	    xmlNanoHTTPFetch(argv[1], argv[2], &contentType);
xmlNanoHTTPFetch 1851 third_party/libxml/src/nanohttp.c 	    xmlNanoHTTPFetch(argv[1], "-", &contentType);
xmlNanoHTTPFetch 12227 third_party/libxml/src/testapi.c         ret_val = xmlNanoHTTPFetch(URL, filename, contentType);