Lines Matching refs:BIO_printf

46         BIO_printf(bio, "%c", str[i]);  in put_str()
54 BIO_printf(bio, "%02x", data[i]); in put_data()
98 BIO_printf(bio, " Largest acked: %llu\n", in frame_ack()
100 BIO_printf(bio, " Ack delay (raw) %llu\n", in frame_ack()
102 BIO_printf(bio, " Ack range count: %llu\n", in frame_ack()
104 BIO_printf(bio, " First ack range: %llu\n", in frame_ack()
108 BIO_printf(bio, " Gap: %llu\n", in frame_ack()
111 BIO_printf(bio, " Ack range len: %llu\n", in frame_ack()
129 BIO_printf(bio, " Stream id: %llu\n", in frame_reset_stream()
131 BIO_printf(bio, " App Protocol Error Code: %llu\n", in frame_reset_stream()
133 BIO_printf(bio, " Final size: %llu\n", in frame_reset_stream()
146 BIO_printf(bio, " Stream id: %llu\n", in frame_stop_sending()
148 BIO_printf(bio, " App Protocol Error Code: %llu\n", in frame_stop_sending()
161 BIO_printf(bio, " Offset: %llu\n", (unsigned long long)frame_data.offset); in frame_crypto()
162 BIO_printf(bio, " Len: %llu\n", (unsigned long long)frame_data.len); in frame_crypto()
228 BIO_printf(bio, " Stream id: %llu\n", in frame_stream()
230 BIO_printf(bio, " Offset: %llu\n", in frame_stream()
237 BIO_printf(bio, " Len: %llu\n", (unsigned long long)frame_data.len); in frame_stream()
251 BIO_printf(bio, " Max Data: %llu\n", (unsigned long long)max_data); in frame_max_data()
265 BIO_printf(bio, " Max Stream Data: %llu\n", in frame_max_stream_data()
278 BIO_printf(bio, " Max Streams: %llu\n", (unsigned long long)max_streams); in frame_max_streams()
290 BIO_printf(bio, " Max Data: %llu\n", (unsigned long long)max_data); in frame_data_blocked()
304 BIO_printf(bio, " Stream id: %llu\n", (unsigned long long)stream_id); in frame_stream_data_blocked()
305 BIO_printf(bio, " Max Data: %llu\n", (unsigned long long)max_data); in frame_stream_data_blocked()
317 BIO_printf(bio, " Max Data: %llu\n", (unsigned long long)max_data); in frame_streams_blocked()
329 BIO_printf(bio, " Sequence Number: %llu\n", in frame_new_conn_id()
331 BIO_printf(bio, " Retire prior to: %llu\n", in frame_new_conn_id()
350 BIO_printf(bio, " Sequence Number: %llu\n", (unsigned long long)seq_num); in frame_retire_conn_id()
362 BIO_printf(bio, " Data: %016llx\n", (unsigned long long)data); in frame_path_challenge()
374 BIO_printf(bio, " Data: %016llx\n", (unsigned long long)data); in frame_path_response()
386 BIO_printf(bio, " Error Code: %llu\n", in frame_conn_closed()
573 BIO_printf(bio, " Datagram\n Length: %zu\n", msglen); in ossl_quic_trace()
593 BIO_printf(bio, " Packet Type: %s\n", packet_type(hdr.type)); in ossl_quic_trace()
595 BIO_printf(bio, " Version: 0x%08lx\n", in ossl_quic_trace()
605 BIO_printf(bio, " Payload length: %zu\n", hdr.len); in ossl_quic_trace()
616 BIO_printf(bio, "%02x", hdr.pn[i]); in ossl_quic_trace()