Searched refs:nghttp3_frame_write_settings (Results 1 – 4 of 4) sorted by relevance
138 uint8_t *nghttp3_frame_write_settings(uint8_t *dest,
44 uint8_t *nghttp3_frame_write_settings(uint8_t *p, in nghttp3_frame_write_settings() function
369 chunk->last = nghttp3_frame_write_settings(chunk->last, &fr.settings); in nghttp3_stream_write_settings()
37 dest->last = nghttp3_frame_write_settings(dest->last, &fr->settings); in nghttp3_write_frame()