Lines Matching refs:dest
1648 nghttp3_settings *dest = &conn->remote.settings;
1653 dest->max_field_section_size = ent->value;
1656 if (dest->qpack_max_dtable_capacity != 0) {
1664 dest->qpack_max_dtable_capacity = (size_t)ent->value;
1670 if (dest->qpack_blocked_streams != 0) {
1678 dest->qpack_blocked_streams = (size_t)ent->value;
1690 if (ent->value == 0 && dest->enable_connect_protocol) {
1693 dest->enable_connect_protocol = (int)ent->value;
2471 int nghttp3_conn_get_stream_priority(nghttp3_conn *conn, nghttp3_pri *dest,
2486 dest->urgency = nghttp3_pri_uint8_urgency(stream->node.pri);
2487 dest->inc = nghttp3_pri_uint8_inc(stream->node.pri);