OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_max_pipelines
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
recordmethod.h
269
void (*
set_max_pipelines
)(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
member in struct:ossl_record_method_st
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
1237
if (s->max_pipelines != 0 && thismethod->
set_max_pipelines
!= NULL)
1238
thismethod->
set_max_pipelines
(thisrl, s->max_pipelines);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
3020
if (sc->rlayer.rrlmethod->
set_max_pipelines
!= NULL)
3021
sc->rlayer.rrlmethod->
set_max_pipelines
(sc->rlayer.rrl, (size_t)larg);
Completed in 19 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026