Home
last modified time | relevance | path

Searched refs:nghttp2_cpymem (Results 1 - 18 of 18) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_submit.c543 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 Dnghttp2_rcbuf.c63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
H A Dnghttp2_helper.h120 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len);
H A Dnghttp2_buf.c355 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 Dnghttp2_frame.c611 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 Dnghttp2_helper.c762 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() function
H A Dnghttp2_session.c5695 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 Dnghttp2_hd.c1728 buf->last = nghttp2_cpymem(buf->last, in, len); in hd_inflate_read()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c543 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 Dnghttp2_rcbuf.c63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
H A Dnghttp2_helper.h120 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len);
H A Dnghttp2_buf.c355 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 Dnghttp2_frame.c611 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 Dnghttp2_helper.c760 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem() function
H A Dnghttp2_session.c5690 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 Dnghttp2_hd.c1728 buf->last = nghttp2_cpymem(buf->last, in, len); in hd_inflate_read()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c470 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 Dnghttp2_session_test.c115 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...]

Completed in 41 milliseconds