Home | History | Annotate | Download | only in libxml2

Lines Matching refs:hostname

124     char *hostname;	/* the host name */
184 * and get the hostname
312 if (ctxt->hostname != NULL) {
313 xmlFree(ctxt->hostname);
314 ctxt->hostname = NULL;
332 ctxt->hostname = xmlMemStrdup(uri->server);
362 * protocol, hostname, port or other information, the
380 if (ctxt->hostname == NULL)
392 (strcmp(ctxt->hostname, uri->server)) ||
511 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
864 if (ctxt->hostname == NULL)
895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
935 hp = gethostbyname (GETHOSTBYNAME_ARG_CAST ctxt->hostname);
1090 snprintf(buf, sizeof(buf), "SITE %s\r\n", ctxt->hostname);
1118 ctxt->hostname);
1121 ctxt->user, ctxt->hostname);
1251 ctxt->hostname = xmlMemStrdup(server);
1252 if (ctxt->hostname == NULL) {