• Home
  • Raw
  • Download

Lines Matching defs:encoder

788 static void encoder_qpack_map_find(nghttp3_qpack_encoder *encoder,  in encoder_qpack_map_find()
905 int nghttp3_qpack_encoder_init(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_init()
942 void nghttp3_qpack_encoder_free(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_free()
952 nghttp3_qpack_encoder *encoder, size_t max_dtable_capacity) { in nghttp3_qpack_encoder_set_max_dtable_capacity()
970 nghttp3_qpack_encoder *encoder, size_t max_blocked_streams) { in nghttp3_qpack_encoder_set_max_blocked_streams()
974 uint64_t nghttp3_qpack_encoder_get_min_cnt(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_get_min_cnt()
982 void nghttp3_qpack_encoder_shrink_dtable(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_shrink_dtable()
1028 static int qpack_encoder_add_stream_ref(nghttp3_qpack_encoder *encoder, in qpack_encoder_add_stream_ref()
1080 static void qpack_encoder_remove_stream(nghttp3_qpack_encoder *encoder, in qpack_encoder_remove_stream()
1139 int nghttp3_qpack_encoder_encode(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_encode()
1235 int nghttp3_qpack_encoder_process_dtable_update(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_process_dtable_update()
1267 int nghttp3_qpack_encoder_write_set_dtable_cap(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_set_dtable_cap()
1274 nghttp3_qpack_encoder_find_stream(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_find_stream()
1279 int nghttp3_qpack_encoder_stream_is_blocked(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_stream_is_blocked()
1290 qpack_encoder_decide_indexing_mode(nghttp3_qpack_encoder *encoder, in qpack_encoder_decide_indexing_mode()
1338 static int qpack_encoder_can_index(nghttp3_qpack_encoder *encoder, size_t need, in qpack_encoder_can_index()
1380 static int qpack_encoder_can_index_nv(nghttp3_qpack_encoder *encoder, in qpack_encoder_can_index_nv()
1392 static int qpack_encoder_can_index_duplicate(nghttp3_qpack_encoder *encoder, in qpack_encoder_can_index_duplicate()
1415 int nghttp3_qpack_encoder_encode_nv(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_encode_nv()
1613 nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, in nghttp3_qpack_encoder_lookup_dtable()
1764 int nghttp3_qpack_encoder_write_static_indexed(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_static_indexed()
1772 int nghttp3_qpack_encoder_write_dynamic_indexed(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_dynamic_indexed()
1800 static int qpack_encoder_write_indexed_name(nghttp3_qpack_encoder *encoder, in qpack_encoder_write_indexed_name()
1848 nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, in nghttp3_qpack_encoder_write_static_indexed_name()
1860 nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, in nghttp3_qpack_encoder_write_dynamic_indexed_name()
1892 static int qpack_encoder_write_literal(nghttp3_qpack_encoder *encoder, in qpack_encoder_write_literal()
1956 int nghttp3_qpack_encoder_write_literal(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_literal()
1966 int nghttp3_qpack_encoder_write_static_insert(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_static_insert()
1976 int nghttp3_qpack_encoder_write_dynamic_insert(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_dynamic_insert()
1987 int nghttp3_qpack_encoder_write_duplicate_insert(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_duplicate_insert()
2014 int nghttp3_qpack_encoder_write_literal_insert(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_write_literal_insert()
2086 int nghttp3_qpack_encoder_dtable_static_add(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_dtable_static_add()
2116 int nghttp3_qpack_encoder_dtable_dynamic_add(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_dtable_dynamic_add()
2147 int nghttp3_qpack_encoder_dtable_duplicate_add(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_dtable_duplicate_add()
2168 int nghttp3_qpack_encoder_dtable_literal_add(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_dtable_literal_add()
2233 int nghttp3_qpack_encoder_block_stream(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_block_stream()
2244 void nghttp3_qpack_encoder_unblock_stream(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_unblock_stream()
2262 void nghttp3_qpack_encoder_unblock(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_unblock()
2275 int nghttp3_qpack_encoder_ack_header(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_ack_header()
2320 int nghttp3_qpack_encoder_add_icnt(nghttp3_qpack_encoder *encoder, uint64_t n) { in nghttp3_qpack_encoder_add_icnt()
2331 void nghttp3_qpack_encoder_ack_everything(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_ack_everything()
2341 void nghttp3_qpack_encoder_cancel_stream(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_cancel_stream()
2361 nghttp3_qpack_encoder_get_num_blocked_streams(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_get_num_blocked_streams()
2366 nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, in nghttp3_qpack_encoder_write_field_section_prefix()
2486 nghttp3_ssize nghttp3_qpack_encoder_read_decoder(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_read_decoder()
4020 void nghttp3_qpack_encoder_del(nghttp3_qpack_encoder *encoder) { in nghttp3_qpack_encoder_del()