Home
last modified time | relevance | path

Searched refs:HTTP_FIELD_UPGRADE (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dhttp.c3385 if (!http->fields[HTTP_FIELD_UPGRADE]) in httpWriteResponse()
3386 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in httpWriteResponse()
3598 …TP_FIELD_LINK && field != HTTP_FIELD_TRANSFER_ENCODING && field != HTTP_FIELD_UPGRADE && field != … in http_add_field()
4391 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_send()
4612 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_tls_upgrade()
Dhttp.h173 HTTP_FIELD_UPGRADE, /* Upgrade field */ enumerator
/external/libcups/scheduler/
Dclient.c924 …TP_FIELD_CONNECTION), "Upgrade") && strstr(httpGetField(con->http, HTTP_FIELD_UPGRADE), "TLS/") !=… in cupsdReadClient()
/external/libcups/tools/
Dippeveprinter.c5754 …if (strstr(httpGetField(client->http, HTTP_FIELD_UPGRADE), "TLS/") != NULL && !httpIsEncrypted(cli… in process_http()