Lines Matching refs:nghttp2_cpymem
115 ptr = nghttp2_cpymem(ptr, buf->pos, nghttp2_buf_len(buf));
618 buf->last = nghttp2_cpymem(buf->last, data, len);
2366 buf.last = nghttp2_cpymem(buf.last, data, sizeof(data));
2452 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2453 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1);
2477 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1 - 1);
2498 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2521 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2522 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1);
2543 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1);
2564 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2591 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2614 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1);
2615 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1);
3033 databuf.last = nghttp2_cpymem(databuf.last, buf->pos, nghttp2_buf_len(buf));
3050 databuf.last = nghttp2_cpymem(databuf.last, buf->pos, nghttp2_buf_len(buf));
6651 ud.scratchbuf.last = nghttp2_cpymem(ud.scratchbuf.last, data, sizeof(data));