Searched refs:this_write (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c387 int this_write; local
388 this_write = min(write_len, max_write);
393 this_write,
400 chunk_off += this_write;
401 xdr_off += this_write;
402 xfer_len -= this_write;
403 write_len -= this_write;
456 int this_write; local
458 this_write = min(write_len, max_write);
463 this_write,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_schannel.c754 ssize_t this_write; local
758 this_write = 0;
789 len - written, &this_write);
798 written += this_write;

Completed in 61 milliseconds