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

/httpd/modules/mappers/
H A Dmod_negotiation.c2014 alg_list /* list variants */ enumerator in enum:algorithm_results
2018 * one of the two values alg_choice or alg_list, which give the result
2019 * of the variant selection algorithm. alg_list means that no best
2402 alg_choice : alg_list;
2406 algorithm_result = bestq > 0 ? alg_choice : alg_list;
2621 alg_result == alg_list ? "list" : "choice");
2878 * alg_list: no best variant is chosen
2881 if (alg_result == alg_list) {

Completed in 1419 milliseconds