Searched refs:HTTP_FIELD_UPGRADE (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | http.c | 3525 if (!http->fields[HTTP_FIELD_UPGRADE][0]) in httpWriteResponse() 3526 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in httpWriteResponse() 4364 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_send() 4581 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_tls_upgrade()
|
D | http.h | 178 HTTP_FIELD_UPGRADE, /* Upgrade field */ enumerator
|