Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h178 HTTP_FIELD_SERVER, /* Server field @since CUPS 1.7/macOS 10.9@ */ enumerator
Dhttp.c3393 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()
/external/libcups/scheduler/
Dclient.c2089 httpSetField(con->http, HTTP_FIELD_SERVER, ServerHeader); in cupsdSendHeader()