Searched refs:fragsize (Results 1 – 3 of 3) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_ws_send.md | 28 size_t *sent, curl_off_t fragsize, 43 invoke, set the *CURLWS_OFFSET* bit and the *fragsize* argument as the 45 a zero *fragsize* for the following parts. 47 If not sending a partial fragment or if this is raw mode, *fragsize* 93 fragment like this, the *fragsize* must be provided with the total
|
/curl/include/curl/ |
H A D | websockets.h | 72 curl_off_t fragsize,
|
/curl/lib/ |
H A D | ws.c | 1132 curl_off_t fragsize, in curl_ws_send() argument 1143 buflen, fragsize, flags, data->set.ws_raw_mode); in curl_ws_send() 1169 if(fragsize || flags) { in curl_ws_send() 1187 if(fragsize) { in curl_ws_send() 1189 n = ws_enc_write_head(data, &ws->enc, flags, fragsize, in curl_ws_send() 1264 buflen, fragsize, flags, data->set.ws_raw_mode, result, *sent); in curl_ws_send() 1376 curl_off_t fragsize, in curl_ws_send() argument 1383 (void)fragsize; in curl_ws_send()
|
Completed in 9 milliseconds