Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:bytes_read

1660   int bytes_read;
1664 bytes_read = connection->recv_cls (connection,
1669 if (bytes_read < 0)
1682 if (0 == bytes_read)
1691 connection->read_buffer_offset += bytes_read;