Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrToken.h333 #define MIME_PRESENCE_IF_UNMODIFIED_SINCE (TOK_64_CONST(1) << 29) macro
H A DHdrToken.cc203 …{"If-Unmodified-Since", MIME_SLOTID_IF_UNMODIFIED_SINCE, MIME_PRESENCE_IF_UNMODIFIED_SINCE, HTIF_N…
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactCache.cc1246 …MIME_PRESENCE_IF_MODIFIED_SINCE | MIME_PRESENCE_IF_NONE_MATCH | MIME_PRESENCE_IF_UNMODIFIED_SINCE | in match_response_to_request_conditionals()
1342 if (request->presence(MIME_PRESENCE_IF_UNMODIFIED_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()