Searched refs:stream3 (Results 1 – 2 of 2) sorted by relevance
138 SSL *stream1 = NULL, *stream2 = NULL, *stream3 = NULL; in main() local366 stream3 = SSL_accept_stream(ssl, 0); in main()367 if (stream3 == NULL) { in main()378 while (SSL_read_ex(stream3, buf, sizeof(buf), &readbytes)) in main()383 switch (SSL_get_error(stream3, 0)) { in main()389 switch (SSL_get_stream_read_state(stream3)) { in main()440 SSL_free(stream3); in main()
362 stream3 = SSL_accept_stream(ssl, 0);363 if (stream3 == NULL) {385 SSL_free(stream3);
Completed in 5 milliseconds