• Home
  • Raw
  • Download

Lines Matching refs:DEBUGF

1169   DEBUGF("qpack::encode: stream %ld blocked=%d allow_blocking=%d\n", stream_id,  in nghttp3_qpack_encoder_encode()
1269 DEBUGF("qpack::encode: Set Dynamic Table Capacity capacity=%zu\n", cap); in nghttp3_qpack_encoder_write_set_dtable_cap()
1767 DEBUGF("qpack::encode: Indexed Field Line (static) absidx=%" PRIu64 "\n", in nghttp3_qpack_encoder_write_static_indexed()
1776 DEBUGF("qpack::encode: Indexed Field Line (dynamic) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_dynamic_indexed()
1853 DEBUGF("qpack::encode: Literal Field Line With Name Reference (static) " in nghttp3_qpack_encoder_write_static_indexed_name()
1864 DEBUGF("qpack::encode: Literal Field Line With Name Reference (dynamic) " in nghttp3_qpack_encoder_write_dynamic_indexed_name()
1962 DEBUGF("qpack::encode: Literal Field Line With Literal Name\n"); in nghttp3_qpack_encoder_write_literal()
1970 DEBUGF("qpack::encode: Insert With Name Reference (static) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_static_insert()
1980 DEBUGF("qpack::encode: Insert With Name Reference (dynamic) absidx=%" PRIu64 in nghttp3_qpack_encoder_write_dynamic_insert()
1995 DEBUGF("qpack::encode: Insert duplicate absidx=%" PRIu64 "\n", absidx); in nghttp3_qpack_encoder_write_duplicate_insert()
2017 DEBUGF("qpack::encode: Insert With Literal Name\n"); in nghttp3_qpack_encoder_write_literal_insert()
2291 DEBUGF("qpack::encoder: Header acknowledgement stream=%ld ricnt=%" PRIu64 in nghttp3_qpack_encoder_ack_header()
2378 DEBUGF("qpack::encode: ricnt=%" PRIu64 " base=%" PRIu64 " icnt=%" PRIu64 "\n", in nghttp3_qpack_encoder_write_field_section_prefix()
2508 DEBUGF("qpack::encode: OPCODE_SECTION_ACK\n"); in nghttp3_qpack_encoder_read_decoder()
2512 DEBUGF("qpack::encode: OPCODE_STREAM_CANCEL\n"); in nghttp3_qpack_encoder_read_decoder()
2516 DEBUGF("qpack::encode: OPCODE_ICNT_INCREMENT\n"); in nghttp3_qpack_encoder_read_decoder()
2779 DEBUGF("qpack::decode: OPCODE_INSERT_INDEXED\n"); in nghttp3_qpack_decoder_read_encoder()
2785 DEBUGF("qpack::decode: OPCODE_INSERT\n"); in nghttp3_qpack_decoder_read_encoder()
2791 DEBUGF("qpack::decode: OPCODE_SET_DTABLE_TABLE_CAP\n"); in nghttp3_qpack_decoder_read_encoder()
2796 DEBUGF("qpack::decode: OPCODE_DUPLICATE\n"); in nghttp3_qpack_decoder_read_encoder()
2802 DEBUGF("qpack::decode: unknown opcode %02x\n", *p); in nghttp3_qpack_decoder_read_encoder()
2822 DEBUGF("qpack::decode: Set dtable capacity to %" PRIu64 "\n", in nghttp3_qpack_decoder_read_encoder()
3098 DEBUGF("qpack::decode: Insert With Name Reference (%s) absidx=%" PRIu64 ": " in nghttp3_qpack_decoder_dtable_indexed_add()
3166 DEBUGF("qpack::decode: Insert duplicate absidx=%" PRIu64 "\n", in nghttp3_qpack_decoder_dtable_duplicate_add()
3192 DEBUGF("qpack::decode: Insert With Literal Name: name=%*s value=%*s\n", in nghttp3_qpack_decoder_dtable_literal_add()
3324 DEBUGF("qpack::decode: ricnt=%" PRIu64 " base=%" PRIu64 " icnt=%" PRIu64 in nghttp3_qpack_decoder_read_request()
3329 DEBUGF("qpack::decode: stream blocked\n"); in nghttp3_qpack_decoder_read_request()
3343 DEBUGF("qpack::decode: OPCODE_INDEXED\n"); in nghttp3_qpack_decoder_read_request()
3349 DEBUGF("qpack::decode: OPCODE_INDEXED_NAME\n"); in nghttp3_qpack_decoder_read_request()
3356 DEBUGF("qpack::decode: OPCODE_LITERAL\n"); in nghttp3_qpack_decoder_read_request()
3363 DEBUGF("qpack::decode: OPCODE_INDEXED_PB\n"); in nghttp3_qpack_decoder_read_request()
3369 DEBUGF("qpack::decode: OPCODE_INDEXED_NAME_PB\n"); in nghttp3_qpack_decoder_read_request()
3642 DEBUGF("qpack::decode: stream still blocked\n"); in nghttp3_qpack_decoder_read_request()
3815 DEBUGF("qpack::decode: dynamic=%d relidx=%" PRIu64 " icnt=%" PRIu64 "\n", in nghttp3_qpack_decoder_rel2abs()
3836 DEBUGF("qpack::decode: dynamic=%d relidx=%" PRIu64 " base=%" PRIu64 in nghttp3_qpack_decoder_brel2abs()
3863 DEBUGF("qpack::decode: pbidx=%" PRIu64 " base=%" PRIu64 " icnt=%" PRIu64 "\n", in nghttp3_qpack_decoder_pbrel2abs()
3909 DEBUGF("qpack::decode: Indexed (%s) absidx=%" PRIu64 "\n", in nghttp3_qpack_decoder_emit_indexed()
3967 DEBUGF("qpack::decode: Indexed name (%s) absidx=%" PRIu64 " value=%*s\n", in nghttp3_qpack_decoder_emit_indexed_name()
3985 DEBUGF("qpack::decode: Emit literal name=%*s value=%*s\n", in nghttp3_qpack_decoder_emit_literal()