Home
last modified time | relevance | path

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

/curl/lib/
H A Dcw-out.c204 size_t wlen, nwritten; in cw_out_ptr_flush() local
221 wlen = max_write ? CURLMIN(blen, max_write) : blen; in cw_out_ptr_flush()
223 nwritten = wcb((char *)buf, 1, wlen, wcb_data); in cw_out_ptr_flush()
226 wlen, (otype == CW_OUT_BODY) ? "body" : "header", in cw_out_ptr_flush()
243 failf(data, "client returned ERROR on write of %zu bytes", wlen); in cw_out_ptr_flush()
246 else if(nwritten != wlen) { in cw_out_ptr_flush()
248 "passed %zu returned %zd", wlen, nwritten); in cw_out_ptr_flush()

Completed in 4 milliseconds