Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c104 char **pcset; in make_content_type() local
125 for (pcset = needcset; *pcset ; pcset++) { in make_content_type()
126 if (ap_strcasestr(type, *pcset) != NULL) { in make_content_type()