/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 543 p = nghttp2_cpymem(p, origin, origin_len); in nghttp2_submit_altsvc() 549 p = nghttp2_cpymem(p, field_value, field_value_len); in nghttp2_submit_altsvc() 627 p = nghttp2_cpymem(p, ov[i].origin, ov[i].origin_len); in nghttp2_submit_origin() 702 p = nghttp2_cpymem(buf, field_value, field_value_len); in nghttp2_submit_priority_update()
|
H A D | nghttp2_rcbuf.c | 63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
|
H A D | nghttp2_helper.h | 120 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len);
|
H A D | nghttp2_buf.c | 355 buf->last = nghttp2_cpymem(buf->last, p, nwrite); in nghttp2_bufs_add() 460 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove() 480 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()
|
H A D | nghttp2_frame.c | 611 nghttp2_cpymem(buf->last, frame->opaque_data, sizeof(frame->opaque_data)); in nghttp2_frame_pack_ping() 782 nghttp2_cpymem(buf, payload + 2, payloadlen - 2); in nghttp2_frame_unpack_altsvc_payload2() 811 buf->last = nghttp2_cpymem(buf->last, orig->origin, orig->origin_len); in nghttp2_frame_pack_origin() 882 dst = nghttp2_cpymem(dst, p, originlen); in nghttp2_frame_unpack_origin_payload()
|
H A D | nghttp2_helper.c | 762 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() function
|
H A D | nghttp2_session.c | 5695 iframe->sbuf.last = nghttp2_cpymem(iframe->sbuf.last, in, readlen); in inbound_frame_buf_read() 6871 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv() 7237 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv() 7266 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv()
|
H A D | nghttp2_hd.c | 1728 buf->last = nghttp2_cpymem(buf->last, in, len); in hd_inflate_read()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 543 p = nghttp2_cpymem(p, origin, origin_len); in nghttp2_submit_altsvc() 549 p = nghttp2_cpymem(p, field_value, field_value_len); in nghttp2_submit_altsvc() 627 p = nghttp2_cpymem(p, ov[i].origin, ov[i].origin_len); in nghttp2_submit_origin() 702 p = nghttp2_cpymem(buf, field_value, field_value_len); in nghttp2_submit_priority_update()
|
H A D | nghttp2_rcbuf.c | 63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
|
H A D | nghttp2_helper.h | 120 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len);
|
H A D | nghttp2_buf.c | 355 buf->last = nghttp2_cpymem(buf->last, p, nwrite); in nghttp2_bufs_add() 460 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove() 480 resbuf.last = nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()
|
H A D | nghttp2_frame.c | 611 nghttp2_cpymem(buf->last, frame->opaque_data, sizeof(frame->opaque_data)); in nghttp2_frame_pack_ping() 782 nghttp2_cpymem(buf, payload + 2, payloadlen - 2); in nghttp2_frame_unpack_altsvc_payload2() 811 buf->last = nghttp2_cpymem(buf->last, orig->origin, orig->origin_len); in nghttp2_frame_pack_origin() 882 dst = nghttp2_cpymem(dst, p, originlen); in nghttp2_frame_unpack_origin_payload()
|
H A D | nghttp2_helper.c | 760 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() function
|
H A D | nghttp2_session.c | 5690 iframe->sbuf.last = nghttp2_cpymem(iframe->sbuf.last, in, readlen); in inbound_frame_buf_read() 6864 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv() 7226 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv() 7255 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv()
|
H A D | nghttp2_hd.c | 1728 buf->last = nghttp2_cpymem(buf->last, in, len); in hd_inflate_read()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 470 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1); in test_nghttp2_frame_pack_altsvc() 471 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1); in test_nghttp2_frame_pack_altsvc()
|
H A D | nghttp2_session_test.c | 115 ptr = nghttp2_cpymem(ptr, buf->pos, nghttp2_buf_len(buf)); in scripted_data_feed_init2() 618 buf->last = nghttp2_cpymem(buf->last, data, len); in on_extension_chunk_recv_callback() 2366 buf.last = nghttp2_cpymem(buf.last, data, sizeof(data)); in test_nghttp2_session_recv_extension() 2452 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2453 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1); in test_nghttp2_session_recv_altsvc() 2477 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1 - 1); in test_nghttp2_session_recv_altsvc() 2498 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2521 buf.last = nghttp2_cpymem(buf.last, origin, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2522 buf.last = nghttp2_cpymem(buf.last, field_value, sizeof(field_value) - 1); in test_nghttp2_session_recv_altsvc() 2543 buf.last = nghttp2_cpymem(bu in test_nghttp2_session_recv_altsvc() [all...] |