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

/httpd/modules/mappers/
H A Dmod_negotiation.c192 * mime_stars -- initialized to zero. Set to the number of stars
238 int mime_stars; member in struct:var_rec
295 mime_info->mime_stars = 0;
1331 * We also give a value for mime_stars, which is used later. It should
1342 if (avail->mime_stars < 1) {
1343 avail->mime_stars = 1;
1349 if (avail->mime_stars < 2) {
1350 avail->mime_stars = 2;
1360 avail->mime_stars = 3;
1809 prev_mime_stars = variant->mime_stars;
[all...]

Completed in 36 milliseconds