Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-socket.c951 int wpartial_percent; /* percent of bytes written in send */ member
982 ctx->wpartial_percent = (int)l; in cf_socket_ctx_init()
1502 if(cf->cft != &Curl_cft_udp && ctx->wpartial_percent > 0 && len > 8) { in cf_socket_send()
1503 len = len * ctx->wpartial_percent / 100; in cf_socket_send()

Completed in 7 milliseconds