Lines Matching defs:weight
77 // .. with this weight.
78 int32_t weight;
302 int32_t weight;
307 weight = 32;
311 weight = 32;
315 weight = 12;
319 weight = 32;
322 nghttp2_priority_spec_init(&pri_spec, anchor_id, weight, 0);
1198 nghttp2_priority_spec_init(&pri_spec, anchor.dep_stream_id, anchor.weight,
1218 reqvec[0]->pri_spec.weight, 0);
1226 reqvec[0]->pri_spec.weight != NGHTTP2_DEFAULT_WEIGHT) {
1231 nghttp2_priority_spec_init(&pri_spec, 0, reqvec[0]->pri_spec.weight, 0);
2644 data_stat.st_size, config.weight[next_weight_idx++]);
2726 -p, --weight=<WEIGHT>
2727 Sets weight of given URI. This option can be used
2728 multiple times, and N-th -p option sets weight of N-th
2731 repeated. If there is no -p option, default weight, 16,
2817 {"weight", required_argument, nullptr, 'p'},
2883 config.weight.push_back(n);
3101 if (config.weight.empty()) {
3104 weight_to_fill = config.weight.back();
3106 config.weight.insert(std::end(config.weight), argc - optind, weight_to_fill);