Home
last modified time | relevance | path

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

/src/crypto/openssl/fuzz/
H A Dquic-server.c68 size_t i, thisstream = 0, numstreams = 1; in FuzzerTestOneInput() local
174 thisstream = numstreams; in FuzzerTestOneInput()
188 stream = allstreams[thisstream]; in FuzzerTestOneInput()
191 thisstream = numstreams; in FuzzerTestOneInput()
200 if (++thisstream == numstreams) in FuzzerTestOneInput()
201 thisstream = 0; in FuzzerTestOneInput()
202 stream = allstreams[thisstream]; in FuzzerTestOneInput()
206 assert(thisstream < numstreams); in FuzzerTestOneInput()
H A Dquic-client.c57 size_t i, thisstream = 0, numstreams = 1; in FuzzerTestOneInput() local
183 thisstream = numstreams; in FuzzerTestOneInput()
198 stream = allstreams[thisstream]; in FuzzerTestOneInput()
201 thisstream = numstreams; in FuzzerTestOneInput()
210 if (++thisstream == numstreams) in FuzzerTestOneInput()
211 thisstream = 0; in FuzzerTestOneInput()
212 stream = allstreams[thisstream]; in FuzzerTestOneInput()
216 assert(thisstream < numstreams); in FuzzerTestOneInput()