Home
last modified time | relevance | path

Searched refs:helper_local_get_c_stream (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dquic_multistream_test.c917 static SSL *helper_local_get_c_stream(struct helper_local *hl, in helper_local_get_c_stream() function
1091 c_tgt = helper_local_get_c_stream(hl, op->stream_name); in run_script_worker()
5401 if (!TEST_ptr(c_a = helper_local_get_c_stream(hl, "a"))) in check_write_buf_stat()
5494 if (!TEST_ptr(c_a = helper_local_get_c_stream(hl, "a")) in script_85_poll()
5495 || !TEST_ptr(c_b = helper_local_get_c_stream(hl, "b")) in script_85_poll()
5496 || !TEST_ptr(c_c = helper_local_get_c_stream(hl, "c")) in script_85_poll()
5497 || !TEST_ptr(c_d = helper_local_get_c_stream(hl, "d"))) in script_85_poll()
5649 SSL *ssl = helper_local_get_c_stream(hl, "a"); in set_event_handling_mode_stream()

Completed in 24 milliseconds