Lines Matching full:host
134 char *hostname; /* the host name */
273 * the protocol host port and path it indicates.
328 * the protocol host port it indicates.
798 * the host to answer.
936 __xmlIOErr(XML_FROM_HTTP, 0, "Error connecting to remote host");
953 * @host: the host name
956 * Attempt a connection to the given host:port endpoint. It tries
963 xmlNanoHTTPConnectHost(const char *host, int port)
1003 status = getaddrinfo (host, NULL, &hints, &result);
1049 h = gethostbyname (host);
1062 h_err_txt = "Authoritive host not found";
1067 "Non-authoritive host not found or server failure.";
1086 __xmlIOErr(XML_FROM_HTTP, 0, "Failed to resolve host");
1129 host);
1307 "Failed to identify host in URI");
1416 "bytes of HTTP headers sent to host",
1430 "bytes of HTTP content sent to host",