OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compctx
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_multib.c
26
&& rl->
compctx
== NULL
ssl3_meth.c
54
rl->
compctx
= COMP_CTX_new(comp);
55
if (rl->
compctx
== NULL) {
tls_common.c
1010
if (rl->
compctx
== NULL)
1028
i = COMP_compress_block(rl->
compctx
, wr->data,
1054
i = COMP_expand_block(rl->
compctx
, rec->comp, SSL3_RT_MAX_PLAIN_LENGTH,
1070
if (rl->
compctx
!= NULL) {
1468
COMP_CTX_free(rl->
compctx
);
1624
if (rl->
compctx
!= NULL)
1833
if (rl->
compctx
!= NULL) {
2102
return (rl->
compctx
== NULL) ? NULL : COMP_CTX_get_method(rl->
compctx
);
dtls_meth.c
239
if (rl->
compctx
!= NULL) {
709
if (rl->
compctx
!= NULL)
tls1_meth.c
50
rl->
compctx
= COMP_CTX_new(comp);
51
if (rl->
compctx
== NULL) {
recmethod_local.h
305
COMP_CTX *
compctx
;
member in struct:ossl_record_layer_st
Completed in 33 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026