Lines Matching refs:ncopy
674 size_t left, ncopy; in on_frame_recv() local
758 ncopy = CURLMIN(stream->len, left); in on_frame_recv()
763 ncopy); in on_frame_recv()
764 stream->nread_header_recvbuf += ncopy; in on_frame_recv()
767 ncopy, stream_id, stream->mem)); in on_frame_recv()
769 stream->len -= ncopy; in on_frame_recv()
770 stream->memlen += ncopy; in on_frame_recv()
1646 size_t ncopy = CURLMIN(len, left); in http2_recv() local
1648 stream->nread_header_recvbuf, ncopy); in http2_recv()
1649 stream->nread_header_recvbuf += ncopy; in http2_recv()
1652 (int)ncopy)); in http2_recv()
1653 return ncopy; in http2_recv()