Lines Matching defs:weight
209 /* weight of this stream */
210 int32_t weight;
213 /* sum of weight of direct descendants */
243 int32_t weight, int32_t remote_initial_window_size,
328 * Computes distributed weight of a stream of the |weight| under the
332 int32_t weight);
429 * Changes |stream|'s weight to |weight|. If |stream| is queued, it
430 * will be rescheduled based on new weight.
432 void nghttp2_stream_change_weight(nghttp2_stream *stream, int32_t weight);