OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxpipes
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
278
size_t n, max_send_fragment, split_send_fragment,
maxpipes
;
local
414
maxpipes
= s->rlayer.wrlmethod->get_max_records(s->rlayer.wrl, type, n,
423
if (s->max_pipelines > 0 &&
maxpipes
> s->max_pipelines)
424
maxpipes
= s->max_pipelines;
426
if (
maxpipes
> SSL_MAX_PIPELINES)
427
maxpipes
= SSL_MAX_PIPELINES;
434
if (n /
maxpipes
>= split_send_fragment) {
439
for (j = 0; j <
maxpipes
; j++) {
446
s->rlayer.wpend_tot =
maxpipes
* split_send_fragment;
449
tmppipelen = n /
maxpipes
;
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c
368
size_t n, max_send_fragment, split_send_fragment,
maxpipes
;
local
593
maxpipes
= s->max_pipelines;
594
if (
maxpipes
> SSL_MAX_PIPELINES) {
602
if (
maxpipes
== 0
607
maxpipes
= 1;
627
if (numpipes >
maxpipes
)
628
numpipes =
maxpipes
;
/src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c
355
size_t n, max_send_fragment, split_send_fragment,
maxpipes
;
local
576
maxpipes
= s->max_pipelines;
577
if (
maxpipes
> SSL_MAX_PIPELINES) {
586
if (
maxpipes
== 0
591
maxpipes
= 1;
611
if (numpipes >
maxpipes
)
612
numpipes =
maxpipes
;
Completed in 19 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026