Searched defs:is_pseudo_html (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_negotiation.c231 int is_pseudo_html; /* text/html, *or* the INCLUDES_MAGIC_TYPEs */ member in struct:var_rec
290 mime_info->is_pseudo_html = 0;
316 var->is_pseudo_html = (!strcmp(var->mime_type, "text/html")
1397 if (var1->is_pseudo_html && !var2->is_pseudo_html) {
1401 if (!var1->is_pseudo_html && strcmp(var1->mime_type, var2->mime_type)) {

Completed in 1935 milliseconds