Home | History | Annotate | Download | only in cups

Lines Matching refs:HTTP_FIELD_HOST

299 	httpSetField(http, HTTP_FIELD_HOST, "localhost");
301 httpSetField(http, HTTP_FIELD_HOST, http->hostname);
2715 else if (field == HTTP_FIELD_HOST)
2733 snprintf(http->fields[HTTP_FIELD_HOST],
2734 sizeof(http->fields[HTTP_FIELD_HOST]), "[%s]", value);
2742 ptr = http->fields[HTTP_FIELD_HOST];
4382 if (i == HTTP_FIELD_HOST)