Searched refs:H3BUGF (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/vquic/ |
D | ngtcp2.c | 55 #define H3BUGF(x) x macro 57 #define H3BUGF(x) do { } while(0) macro 243 H3BUGF(fprintf(stderr, "write_client_handshake failed\n")); in write_client_handshake() 455 H3BUGF(fprintf(stderr, "ngtcp2_encode_transport_params: %s\n", in tp_send_func() 481 H3BUGF(fprintf(stderr, "gnutls_priority_set_direct failed: %s\n", in quic_init_ssl() 498 H3BUGF(fprintf(stderr, "gnutls_session_ext_register failed: %s\n", in quic_init_ssl() 514 H3BUGF(fprintf(stderr, in quic_init_ssl() 522 H3BUGF(fprintf(stderr, in quic_init_ssl() 530 H3BUGF(fprintf(stderr, "gnutls_credentials_set failed: %s\n", in quic_init_ssl() 967 H3BUGF(infof(data, "cb_h3_stream_close CALLED\n")); in cb_h3_stream_close() [all …]
|
D | quiche.c | 47 #define H3BUGF(x) x macro 49 #define H3BUGF(x) do { } while(0) macro 563 H3BUGF(infof(conn->data, "Pass on %zd body bytes to quiche\n", in h3_stream_send() 758 H3BUGF(infof(data, "h3 [%.*s: %.*s]\n", in http_request() 803 H3BUGF(infof(data, "quiche_h3_send_request returned %d\n", in http_request()
|