Lines Matching refs:ncopy
452 size_t left, ncopy; in on_frame_recv() local
529 ncopy = MIN(stream->len, left); in on_frame_recv()
533 ncopy); in on_frame_recv()
534 stream->nread_header_recvbuf += ncopy; in on_frame_recv()
537 ncopy, stream_id, stream->mem)); in on_frame_recv()
539 stream->len -= ncopy; in on_frame_recv()
540 stream->memlen += ncopy; in on_frame_recv()
1309 size_t ncopy = MIN(len, left); in http2_recv() local
1311 ncopy); in http2_recv()
1312 stream->nread_header_recvbuf += ncopy; in http2_recv()
1315 (int)ncopy)); in http2_recv()
1316 return ncopy; in http2_recv()