HomeSort by: relevance | last modified time | path
    Searched defs:aec (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 466 uint64_t aec; local
512 if (!SSL_get_stream_read_error_code(s->s, &aec))
515 ec = nghttp3_conn_close_stream(conn->h3conn, s->id, aec);
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 295 #define OP_C_STREAM_RESET(stream_name, aec) \
296 { OPK_C_STREAM_RESET, NULL, 0, NULL, #stream_name, (aec) },
297 #define OP_C_STREAM_RESET_FAIL(stream_name, aec) \
298 { OPK_C_STREAM_RESET_FAIL, NULL, 0, NULL, #stream_name, (aec) },
394 uint64_t stream_id = hl->check_op->arg2, aec = 0; local
396 if (!ossl_quic_tserver_stream_has_peer_reset_stream(ACQUIRE_S(), stream_id, &aec)) {
401 return TEST_uint64_t_eq(aec, 42);

Completed in 116 milliseconds