OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp_meth
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
ServerHello.pm
52
$self->{
comp_meth
} = 0;
76
my $
comp_meth
= 0;
77
$
comp_meth
= unpack('C', substr($self->data, $ptr));
127
$self->
comp_meth
($
comp_meth
);
136
print " Compression Method:".$
comp_meth
."\n";
160
$data .= pack('C', $self->
comp_meth
);
220
sub
comp_meth
subroutine
224
$self->{
comp_meth
} = shift;
226
return $self->{
comp_meth
};
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
ServerHello.pm
42
$self->{
comp_meth
} = 0;
66
my $
comp_meth
= 0;
67
$
comp_meth
= unpack('C', substr($self->data, $ptr));
117
$self->
comp_meth
($
comp_meth
);
126
print " Compression Method:".$
comp_meth
."\n";
150
$data .= pack('C', $self->
comp_meth
);
210
sub
comp_meth
subroutine
214
$self->{
comp_meth
} = shift;
216
return $self->{
comp_meth
};
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
ServerHello.pm
42
$self->{
comp_meth
} = 0;
66
my $
comp_meth
= 0;
67
$
comp_meth
= unpack('C', substr($self->data, $ptr));
117
$self->
comp_meth
($
comp_meth
);
126
print " Compression Method:".$
comp_meth
."\n";
150
$data .= pack('C', $self->
comp_meth
);
210
sub
comp_meth
subroutine
214
$self->{
comp_meth
} = shift;
216
return $self->{
comp_meth
};
[
all
...]
/src/external/bsd/unbound/dist/daemon/
daemon.c
115
static void*
comp_meth
= NULL;
variable
495
comp_meth
= (void*)SSL_COMP_get_compression_methods();
1269
sk_SSL_COMP_pop_free(
comp_meth
, (void(*)())CRYPTO_free);
Completed in 25 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026