Home
last modified time | relevance | path

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

/openssl/demos/guide/
H A Dquic-multi-stream.c138 SSL *stream1 = NULL, *stream2 = NULL, *stream3 = NULL; in main() local
271 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI); in main()
272 if (stream1 == NULL || stream2 == NULL) { in main()
283 if (!write_a_request(stream2, request2_start, hostname)) { in main()
439 SSL_free(stream2); in main()
/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod207 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI);
208 if (stream1 == NULL || stream2 == NULL) {
240 writing to B<stream2> second. Remember that our client is blocking so these
252 if (!write_a_request(stream2, request2_start, hostname)) {
343 Our B<stream2> object that we created above was a uni-directional stream so it
384 SSL_free(stream2);

Completed in 11 milliseconds