Searched refs:quic_error_code (Results 1 – 9 of 9) sorted by relevance
12 uint64_t quic_error_code;27 I<quic_error_code> is an application-specified error code, which must be in the
14 uint64_t quic_error_code;233 =item I<quic_error_code>
429 F_POP2(name, args.quic_error_code); in DEF_FUNC()484 F_POP(args.quic_error_code); in DEF_FUNC()
207 args.quic_error_code = app_error_code; in h3_conn_reset_stream()
547 uint64_t quic_error_code; /* [0, 2**62-1] */635 The `args->quic_error_code` and `args->reason` fields allow the application639 `args->quic_error_code` must be in the range `[0, 2**62-1]`, else this function687 uint64_t quic_error_code; /* [0, 2**62-1] */707 application error code to use is specified in `args->quic_error_code`, which
2418 uint64_t quic_error_code; member2434 uint64_t quic_error_code; member
2371 uint64_t quic_error_code; member2387 uint64_t quic_error_code; member
1583 args != NULL ? args->quic_error_code : 0, in ossl_quic_conn_shutdown()3979 error_code = (args != NULL ? args->quic_error_code : 0); in ossl_quic_stream_reset()
1858 args.quic_error_code = op->arg2; in run_script_worker()