Lines Matching defs:level
178 float level;
188 * level_matched --- initialized to zero. Set to the value of level
190 * level (and *not* if it got in on a wildcard). See level_cmp
228 float level; /* Auxiliary to content-type... */
291 mime_info->level = 0.0f;
313 var->level = mime_info->level;
413 result->level = 0.0f;
432 /* KLUDGE!!! Default HTML to level 2.0 unless the browser
436 if (!strcmp(result->name, "text/html") && (result->level == 0.0)) {
437 result->level = 2.0f;
440 result->level = 2.0f;
443 result->level = 3.0f;
490 result->level = (float)atoi(cp);
715 new_accept->level = 0.0f;
727 new_accept->level = 0.0f;
1358 if (accept_r->level >= avail->level) {
1359 avail->level_matched = avail->level;
1371 * return is the variant at the highest level that the client explicitly
1374 * If all the variants available are at a higher level than that, or if
1377 * level, on grounds that that's the one that the client is least likely
1381 * want to give level 3 to browsers that explicitly ask for it; browsers
1409 /* Take highest level that matched, if either did match. */
1418 /* Neither matched. Take lowest level, if there's a difference. */
1420 if (var1->level < var2->level) {
1423 if (var1->level > var2->level) {
1649 * fiddle does not handle multi-level prefixes.
1802 * if match is type/type, use the level mime param if available
2115 * order: content-type, language, content-type level, charset,
2190 /* content-type level (sometimes used with text/html, though we