Home
last modified time | relevance | path

Searched refs:MIME_PRESENCE_IF_MODIFIED_SINCE (Results 1 – 5 of 5) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrToken.h330 #define MIME_PRESENCE_IF_MODIFIED_SINCE (TOK_64_CONST(1) << 26) macro
H A DHdrToken.cc200 {"If-Modified-Since", MIME_SLOTID_IF_MODIFIED_SINCE, MIME_PRESENCE_IF_MODIFIED_SINCE, HTIF_NONE},
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactCache.cc1246 …if (!(request->presence(MIME_PRESENCE_IF_MODIFIED_SINCE | MIME_PRESENCE_IF_NONE_MATCH | MIME_PRESE… in match_response_to_request_conditionals()
1278 if (request->presence(MIME_PRESENCE_IF_MODIFIED_SINCE)) { in match_response_to_request_conditionals()
H A DHttpTransactHeaders.cc890 …if (outgoing->presence(MIME_PRESENCE_IF_MODIFIED_SINCE | MIME_PRESENCE_IF_UNMODIFIED_SINCE | MIME_… in remove_conditional_headers()
H A DHttpTransact.cc415 …uint64_t mask = (MIME_PRESENCE_IF_UNMODIFIED_SINCE | MIME_PRESENCE_IF_MODIFIED_SINCE | MIME_PRESEN… in is_request_conditional()
2484 if ((!(s->hdr_info.client_request.presence(MIME_PRESENCE_IF_MODIFIED_SINCE))) && in issue_revalidate()
5648 if (incoming_request->presence(MIME_PRESENCE_IF_MODIFIED_SINCE | MIME_PRESENCE_IF_NONE_MATCH)) { in initialize_state_variables_from_request()
7336 if (client_request->presence(MIME_PRESENCE_IF_MODIFIED_SINCE)) { in what_is_document_freshness()