Home
last modified time | relevance | path

Searched refs:mime_field_presence_get (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DMIME.h676 int mime_field_presence_get(MIMEHdrImpl *h, const char *well_known_str);
677 int mime_field_presence_get(MIMEHdrImpl *h, int well_known_str_index);
H A DMIME.cc393 mime_field_presence_get(MIMEHdrImpl *h, const char *well_known_str) in mime_field_presence_get() function
400 mime_field_presence_get(MIMEHdrImpl *h, int well_known_str_index) in mime_field_presence_get() function
403 return mime_field_presence_get(h, wks); in mime_field_presence_get()