Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrToken.cc176 {"Approved", MIME_SLOTID_NONE, MIME_PRESENCE_NONE, HTIF_NONE},
178 {"Bytes", MIME_SLOTID_NONE, MIME_PRESENCE_BYTES, HTIF_NONE},
190 {"Control", MIME_SLOTID_NONE, MIME_PRESENCE_NONE, HTIF_NONE},
194 {"Etag", MIME_SLOTID_NONE, MIME_PRESENCE_ETAG, HTIF_NONE},
197 {"From", MIME_SLOTID_NONE, MIME_PRESENCE_FROM, HTIF_NONE},
198 {"Host", MIME_SLOTID_NONE, MIME_PRESENCE_HOST, HTIF_NONE},
207 {"Lines", MIME_SLOTID_NONE, MIME_PRESENCE_LINES, HTIF_NONE},
213 {"Path", MIME_SLOTID_NONE, MIME_PRESENCE_PATH, HTIF_NONE},
222 {"Reply-To", MIME_SLOTID_NONE, MIME_PRESENCE_NONE, HTIF_NONE},
224 {"Sender", MIME_SLOTID_NONE, MIME_PRESENCE_NONE, HTIF_NONE},
[all …]
H A DHdrToken.h286 #define MIME_SLOTID_NONE -1 macro
H A DMIME.cc456 ink_assert((slot_id != MIME_SLOTID_NONE) && (slot_id < 32)); in mime_hdr_get_accelerator_slotnum()
468 ink_assert((slot_id != MIME_SLOTID_NONE) && (slot_id < 32)); in mime_hdr_set_accelerator_slotnum()
496 if (slot_id != MIME_SLOTID_NONE) { in mime_hdr_set_accelerators_and_presence_bits()
525 if (slot_id != MIME_SLOTID_NONE) { in mime_hdr_unset_accelerators_and_presence_bits()
617 if ((slot_id != MIME_SLOTID_NONE) && (slot_index < MIME_FIELD_SLOTNUM_UNKNOWN) && in mime_hdr_sanity_check()
1339 if (slot_id != MIME_SLOTID_NONE) { in mime_hdr_field_find()