Searched defs:xmlNanoHTTPMethodRedir (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c1242 return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0));
1322 * xmlNanoHTTPMethodRedir:
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, function
1483 "xmlNanoHTTPMethodRedir: Only %d of %d %s %s\n",
1497 "xmlNanoHTTPMethodRedir: Only %d of %d %s %s\n",
1541 "xmlNanoHTTPMethodRedir: Too many redirects, aborting ...\n");
1596 return(xmlNanoHTTPMethodRedir(URL, method, input, contentType,
H A Delfgcchack.h5776 #undef xmlNanoHTTPMethodRedir macro
5777 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
5779 #ifndef xmlNanoHTTPMethodRedir
5780 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
5781 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias macro
/external/libxml2/
H A Dnanohttp.c1240 return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0));
1320 * xmlNanoHTTPMethodRedir:
1338 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, function
1482 "xmlNanoHTTPMethodRedir: Only %d of %d %s %s\n",
1496 "xmlNanoHTTPMethodRedir: Only %d of %d %s %s\n",
1540 "xmlNanoHTTPMethodRedir: Too many redirects, aborting ...\n");
1595 return(xmlNanoHTTPMethodRedir(URL, method, input, contentType,
H A Delfgcchack.h5776 #undef xmlNanoHTTPMethodRedir macro
5777 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
5779 #ifndef xmlNanoHTTPMethodRedir
5780 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
5781 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias macro

Completed in 95 milliseconds