Searched refs:nghttp3_cpymem (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conv.c | 70 return nghttp3_cpymem(p, (const uint8_t *)&n, sizeof(n)); in nghttp3_put_uint64be() 75 return nghttp3_cpymem(p, ((const uint8_t *)&n) + 2, 6); in nghttp3_put_uint48be() 80 return nghttp3_cpymem(p, (const uint8_t *)&n, sizeof(n)); in nghttp3_put_uint32be() 85 return nghttp3_cpymem(p, ((const uint8_t *)&n) + 1, 3); in nghttp3_put_uint24be() 90 return nghttp3_cpymem(p, (const uint8_t *)&n, sizeof(n)); in nghttp3_put_uint16be()
|
H A D | nghttp3_str.h | 36 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n);
|
H A D | nghttp3_str.c | 32 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n) { in nghttp3_cpymem() function
|
H A D | nghttp3_rcbuf.c | 66 p = nghttp3_cpymem(p, src, srclen); in nghttp3_rcbuf_new2()
|
H A D | nghttp3_stream.c | 485 chunk->last = nghttp3_cpymem(chunk->last, pbuf.pos, pbuflen); in nghttp3_stream_write_header_block() 503 chunk->last = nghttp3_cpymem(chunk->last, rbuf->pos, rbuflen); in nghttp3_stream_write_header_block() 533 chunk->last = nghttp3_cpymem(chunk->last, ebuf->pos, ebuflen); in nghttp3_stream_write_header_block() 999 buf->last = nghttp3_cpymem(buf->last, data, nwrite); in nghttp3_stream_buffer_data() 1023 buf->last = nghttp3_cpymem(buf->last, data, nwrite); in nghttp3_stream_buffer_data()
|
H A D | nghttp3_frame.c | 106 p = nghttp3_cpymem(p, (const uint8_t *)NGHTTP3_PRIORITY_INCREMENTAL, in nghttp3_frame_write_priority_update()
|
H A D | nghttp3_qpack.c | 1836 p = nghttp3_cpymem(p, nv->value, nv->valuelen); in qpack_encoder_write_indexed_name() 1932 p = nghttp3_cpymem(p, nv->name, nv->namelen); in qpack_encoder_write_literal() 1945 p = nghttp3_cpymem(p, nv->value, nv->valuelen); in qpack_encoder_write_literal() 2711 dest->last = nghttp3_cpymem(dest->last, begin, n); in qpack_read_string() 3738 dbuf->last = nghttp3_cpymem(dbuf->last, decoder->dbuf.pos, in nghttp3_qpack_decoder_write_decoder()
|
Completed in 13 milliseconds