Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections.c1069 off_t weWant, weHave, toRead; local
1077 toRead = weHave > weWant ? weWant : weHave;
1144 if (toRead != write(dst_c->file.fd, c->mem->ptr + c->offset, toRead)) {
1160 dst_c->file.length += toRead;
1162 if (dst_cq->bytes_in + toRead == (off_t)con->request.content_length) {
1178 buffer_append_string_len(b, c->mem->ptr + c->offset, toRead);
1181 c->offset += toRead;
1182 dst_cq->bytes_in += toRead;