OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nwbio
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
1822
BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *
nwbio
= NULL;
local
1905
setupbio(&
nwbio
, bio1, bio2, newwbio);
1914
&& (
nwbio
!= iwbio || nrbio !=
nwbio
))
1916
if (
nwbio
!= NULL
1917
&&
nwbio
!= nrbio
1918
&& (
nwbio
!= iwbio || (
nwbio
== iwbio && irbio == iwbio)))
1919
BIO_up_ref(
nwbio
);
1921
SSL_set_bio(clientssl, nrbio,
nwbio
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
2942
BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *
nwbio
= NULL;
local
3027
setupbio(&
nwbio
, bio1, bio2, newwbio);
3036
&& (
nwbio
!= iwbio || nrbio !=
nwbio
))
3039
if (
nwbio
!= NULL
3040
&&
nwbio
!= nrbio
3041
&& (
nwbio
!= iwbio || (
nwbio
== iwbio && irbio == iwbio)))
3042
if (!TEST_true(BIO_up_ref(
nwbio
))) {
3044
&& (
nwbio
!= iwbio || nrbio != nwbio)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
2908
BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *
nwbio
= NULL;
local
2991
setupbio(&
nwbio
, bio1, bio2, newwbio);
3000
&& (
nwbio
!= iwbio || nrbio !=
nwbio
))
3002
if (
nwbio
!= NULL
3003
&&
nwbio
!= nrbio
3004
&& (
nwbio
!= iwbio || (
nwbio
== iwbio && irbio == iwbio)))
3005
BIO_up_ref(
nwbio
);
3007
SSL_set_bio(clientssl, nrbio,
nwbio
);
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026