OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allstreams
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/fuzz/
quic-client.c
56
SSL *
allstreams
[] = { NULL, NULL, NULL, NULL };
local
119
allstreams
[0] = stream = client;
180
if (numstreams == OSSL_NELEM(
allstreams
)
184
stream =
allstreams
[numstreams++]
193
if (numstreams == OSSL_NELEM(
allstreams
))
198
stream =
allstreams
[thisstream];
202
allstreams
[numstreams++] = stream;
212
stream =
allstreams
[thisstream];
258
SSL_free(
allstreams
[i]);
quic-server.c
67
SSL *
allstreams
[] = { NULL, NULL, NULL, NULL };
local
87
allstreams
[0] = stream = server;
171
if (numstreams == OSSL_NELEM(
allstreams
)
175
stream =
allstreams
[numstreams++] = SSL_accept_stream(server, 0);
183
if (numstreams == OSSL_NELEM(
allstreams
))
188
stream =
allstreams
[thisstream];
192
allstreams
[numstreams++] = stream;
202
stream =
allstreams
[thisstream];
248
SSL_free(
allstreams
[i]);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026