Home
last modified time | relevance | path

Searched refs:fragsize (Results 1 – 3 of 3) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_ws_send.md27 size_t *sent, curl_off_t fragsize,
42 invoke, set the *CURLWS_OFFSET* bit and the *fragsize* argument as the
44 a zero *fragsize* for the following parts.
46 If not sending a partial fragment or if this is raw mode, *fragsize*
88 fragment like this, the *fragsize* must be provided with the total
/curl/include/curl/
H A Dwebsockets.h72 curl_off_t fragsize,
/curl/lib/
H A Dws.c1055 curl_off_t fragsize, in curl_ws_send() argument
1080 if(fragsize || flags) { in curl_ws_send()
1116 if(fragsize) { in curl_ws_send()
1118 n = ws_enc_write_head(data, &ws->enc, flags, fragsize, in curl_ws_send()
1254 curl_off_t fragsize, in curl_ws_send() argument
1261 (void)fragsize; in curl_ws_send()

Completed in 14 milliseconds