Searched refs:HTTP_FIELD_SERVER (Results 1 – 3 of 3) sorted by relevance
178 HTTP_FIELD_SERVER, /* Server field @since CUPS 1.7/macOS 10.9@ */ enumerator
3393 if (!http->fields[HTTP_FIELD_SERVER]) in httpWriteResponse()3394 …httpSetField(http, HTTP_FIELD_SERVER, http->default_fields[HTTP_FIELD_SERVER] ? http->default_fiel… in httpWriteResponse()
2089 httpSetField(con->http, HTTP_FIELD_SERVER, ServerHeader); in cupsdSendHeader()