Home
last modified time | relevance | path

Searched refs:nghttp3_frame_write_hd (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_frame.c34 uint8_t *nghttp3_frame_write_hd(uint8_t *p, const nghttp3_frame_hd *hd) { in nghttp3_frame_write_hd() function
48 p = nghttp3_frame_write_hd(p, &fr->hd); in nghttp3_frame_write_settings()
76 p = nghttp3_frame_write_hd(p, &fr->hd); in nghttp3_frame_write_goaway()
95 p = nghttp3_frame_write_hd(p, &fr->hd); in nghttp3_frame_write_priority_update()
H A Dnghttp3_frame.h119 * nghttp3_frame_write_hd writes frame header |hd| to |dest|. This
124 uint8_t *nghttp3_frame_write_hd(uint8_t *dest, const nghttp3_frame_hd *hd);
H A Dnghttp3_stream.c483 chunk->last = nghttp3_frame_write_hd(chunk->last, &hd); in nghttp3_stream_write_header_block()
632 chunk->last = nghttp3_frame_write_hd(chunk->last, &hd); in nghttp3_stream_write_data()

Completed in 5 milliseconds