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

/httpd/modules/mappers/
H A Dmod_negotiation.c2013 alg_choice = 1, /* choose variant */ enumerator in enum:algorithm_results
2018 * one of the two values alg_choice or alg_list, which give the result
2020 * variant was found by the algorithm, alg_choice means that a best
2402 alg_choice : alg_list;
2406 algorithm_result = bestq > 0 ? alg_choice : alg_list;
2410 if (preferred_language && (!best || algorithm_result != alg_choice)) {
2421 * we may return alg_choice. We depend on the environment (the
2809 set_neg_headers(r, neg, alg_choice); /* add Alternates and Vary */
2877 * alg_choice: a best variant is chosen

Completed in 543 milliseconds