MCPcopy Create free account
hub / github.com/apache/trafficserver / write_and_advance

Function write_and_advance

src/proxy/http2/HTTP2.cc:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68static void
69write_and_advance(byte_pointer &dst, const uint8_t *src, size_t length)
70{
71 memcpy(dst.u8, src, length);
72 dst.u8 += length;
73}
74
75static void
76write_and_advance(byte_pointer &dst, uint32_t src)

Callers 7

http2_write_frame_headerFunction · 0.85
http2_write_rst_streamFunction · 0.85
http2_write_settingsFunction · 0.85
http2_write_pingFunction · 0.85
http2_write_goawayFunction · 0.85
http2_write_push_promiseFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected