Searched refs:bytestocopy (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiwget.c78 unsigned int bytestocopy = 0; local
261 bytestocopy = ((int)chunksize < (n - i))?chunksize:(unsigned int)(n - i);
262 if((content_buf_used + bytestocopy) > content_buf_len)
264 if(content_length >= (int)(content_buf_used + bytestocopy)) {
267 content_buf_len = content_buf_used + bytestocopy;
272 memcpy(content_buf + content_buf_used, buf + i, bytestocopy);
273 content_buf_used += bytestocopy;
274 i += bytestocopy;
275 chunksize -= bytestocopy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiwget.c78 unsigned int bytestocopy = 0; local
261 bytestocopy = ((int)chunksize < (n - i))?chunksize:(unsigned int)(n - i);
262 if((content_buf_used + bytestocopy) > content_buf_len)
264 if(content_length >= (int)(content_buf_used + bytestocopy)) {
267 content_buf_len = content_buf_used + bytestocopy;
272 memcpy(content_buf + content_buf_used, buf + i, bytestocopy);
273 content_buf_used += bytestocopy;
274 i += bytestocopy;
275 chunksize -= bytestocopy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiwget.c78 unsigned int bytestocopy = 0; local
261 bytestocopy = ((int)chunksize < (n - i))?chunksize:(unsigned int)(n - i);
262 if((content_buf_used + bytestocopy) > content_buf_len)
264 if(content_length >= (int)(content_buf_used + bytestocopy)) {
267 content_buf_len = content_buf_used + bytestocopy;
272 memcpy(content_buf + content_buf_used, buf + i, bytestocopy);
273 content_buf_used += bytestocopy;
274 i += bytestocopy;
275 chunksize -= bytestocopy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dsendf.c557 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos, local
561 if(bytestocopy > 0) {
562 memcpy(buf, conn->master_buffer + conn->read_pos, bytestocopy);
563 conn->read_pos += bytestocopy;
566 *n = (ssize_t)bytestocopy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dsendf.c557 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos, local
561 if(bytestocopy > 0) {
562 memcpy(buf, conn->master_buffer + conn->read_pos, bytestocopy);
563 conn->read_pos += bytestocopy;
566 *n = (ssize_t)bytestocopy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dsendf.c557 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos, local
561 if(bytestocopy > 0) {
562 memcpy(buf, conn->master_buffer + conn->read_pos, bytestocopy);
563 conn->read_pos += bytestocopy;
566 *n = (ssize_t)bytestocopy;

Completed in 188 milliseconds