Searched refs:weight (Results 1 – 5 of 5) sorted by relevance
19 CURLOPT_STREAM_WEIGHT - numerical stream weight26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_STREAM_WEIGHT, long weight);31 Set the long *weight* to a number between 1 and 256.33 When using HTTP/2, this option sets the individual weight for this particular38 This option can be set during transfer and causes the updated weight info get44 based on their weight. If you have two streams going, stream A with weight 1645 and stream B with weight 32, stream B gets two thirds (32/48) of the available66 /* the second has twice the weight */
881 second->state.priority.weight = data->state.priority.weight; in h2_duphandle()1850 return data->set.priority.weight ? in sweight_wanted()1851 data->set.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_wanted()1857 return data->state.priority.weight ? in sweight_in_effect()1858 data->state.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_in_effect()
1152 int weight; member
1332 data->set.priority.weight = (int)arg; in setopt_long()
1158 Set this HTTP/2 stream's weight. See CURLOPT_STREAM_WEIGHT(3)
Completed in 31 milliseconds