OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisbio
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
1257
BIO *
thisbio
;
local
1273
thisbio
= s->rbio;
1277
thisbio
= s->wbio;
1426
thisbio
, next, NULL, NULL, settings,
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
905
BIO *cbio = NULL, *strbio = NULL, *
thisbio
;
local
972
for (i = 0,
thisbio
= cbio; i < 2; i++) {
983
if (!TEST_true(BIO_read_ex(
thisbio
, buf, sizeof(buf), &readbytes))
1007
thisbio
= strbio = BIO_new(BIO_f_ssl());
1011
if (!TEST_int_eq(BIO_set_ssl(
thisbio
, stream, BIO_CLOSE), 1))
1015
if (!TEST_true(BIO_write_ex(
thisbio
, msg, msglen, &written)))
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026