Home
last modified time | relevance | path

Searched refs:nghttp3_cpymem (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.c70 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 Dnghttp3_str.h36 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n);
H A Dnghttp3_str.c32 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n) { in nghttp3_cpymem() function
H A Dnghttp3_rcbuf.c66 p = nghttp3_cpymem(p, src, srclen); in nghttp3_rcbuf_new2()
H A Dnghttp3_stream.c485 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 Dnghttp3_frame.c106 p = nghttp3_cpymem(p, (const uint8_t *)NGHTTP3_PRIORITY_INCREMENTAL, in nghttp3_frame_write_priority_update()
H A Dnghttp3_qpack.c1836 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