Searched refs:accept_type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_negotiation.c1337 const char *accept_type = accept_r->name; local
1339 int len = strlen(accept_type);
1341 if (accept_type[0] == '*') { /* Anything matches star/star */
1347 else if ((accept_type[len - 1] == '*') &&
1348 !strncmp(accept_type, avail_type, len - 2)) {
1354 else if (!strcmp(accept_type, avail_type)
1355 || (!strcmp(accept_type, "text/html")

Completed in 128 milliseconds