OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stream1
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/guide/
quic-multi-stream.c
138
SSL *
stream1
= NULL, *stream2 = NULL, *stream3 = NULL;
local
268
stream1
= SSL_new_stream(ssl, 0);
270
if (
stream1
== NULL || stream2 == NULL) {
276
if (!write_a_request(
stream1
, request1_start, hostname)) {
299
while (SSL_read_ex(
stream1
, buf, sizeof(buf), &readbytes)) {
320
switch (SSL_get_error(
stream1
, 0)) {
330
switch (SSL_get_stream_read_state(
stream1
)) {
436
SSL_free(
stream1
);
Completed in 91 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026