OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:renegotiate_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
bio_ssl.c
80
unsigned long
renegotiate_count
;
member in struct:bio_ssl_st
174
if (sb->
renegotiate_count
> 0)
177
if (sb->byte_count > sb->
renegotiate_count
)
249
if (bs->
renegotiate_count
> 0)
252
if (bs->byte_count > bs->
renegotiate_count
)
342
ret=bs->
renegotiate_count
;
344
bs->
renegotiate_count
=(unsigned long)num;
449
((BIO_SSL *)dbio->ptr)->
renegotiate_count
=
450
((BIO_SSL *)b->ptr)->
renegotiate_count
;
/external/openssl/ssl/
bio_ssl.c
80
unsigned long
renegotiate_count
;
member in struct:bio_ssl_st
174
if (sb->
renegotiate_count
> 0)
177
if (sb->byte_count > sb->
renegotiate_count
)
249
if (bs->
renegotiate_count
> 0)
252
if (bs->byte_count > bs->
renegotiate_count
)
342
ret=bs->
renegotiate_count
;
344
bs->
renegotiate_count
=(unsigned long)num;
449
((BIO_SSL *)dbio->ptr)->
renegotiate_count
=
450
((BIO_SSL *)b->ptr)->
renegotiate_count
;
Completed in 3419 milliseconds