Home
last modified time | relevance | path

Searched refs:xmlNanoHTTPConnectHost (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dnanohttp.c1033 xmlNanoHTTPConnectHost(const char *host, int port) in xmlNanoHTTPConnectHost() function
1383 ret = xmlNanoHTTPConnectHost(proxy, proxyPort); in xmlNanoHTTPMethodRedir()
1387 ret = xmlNanoHTTPConnectHost(ctxt->hostname, ctxt->port); in xmlNanoHTTPMethodRedir()
DChangeLog5690 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
10412 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
/external/libxml2/
Dnanohttp.c1031 xmlNanoHTTPConnectHost(const char *host, int port) in xmlNanoHTTPConnectHost() function
1382 ret = xmlNanoHTTPConnectHost(proxy, proxyPort); in xmlNanoHTTPMethodRedir()
1386 ret = xmlNanoHTTPConnectHost(ctxt->hostname, ctxt->port); in xmlNanoHTTPMethodRedir()