Home
last modified time | relevance | path

Searched refs:nghttp3_frame_write_settings (Results 1 – 4 of 4) sorted by relevance

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_frame.h138 uint8_t *nghttp3_frame_write_settings(uint8_t *dest,
H A Dnghttp3_frame.c44 uint8_t *nghttp3_frame_write_settings(uint8_t *p, in nghttp3_frame_write_settings() function
H A Dnghttp3_stream.c369 chunk->last = nghttp3_frame_write_settings(chunk->last, &fr.settings); in nghttp3_stream_write_settings()
/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_test_helper.c37 dest->last = nghttp3_frame_write_settings(dest->last, &fr->settings); in nghttp3_write_frame()