OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clientflags
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm
168
clientflags
=> "",
215
$self->{
clientflags
} = "";
445
if ($self->
clientflags
ne "") {
446
$execcmd .= " ".$self->
clientflags
;
448
if ($self->
clientflags
!~ m/-(no)?servername/) {
775
sub
clientflags
subroutine
779
$self->{
clientflags
} = shift;
781
return $self->{
clientflags
};
/src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm
88
clientflags
=> "",
156
$self->{
clientflags
} = "";
326
if ($self->
clientflags
ne "") {
327
$execcmd .= " ".$self->
clientflags
;
329
if ($self->
clientflags
!~ m/-(no)?servername/) {
648
sub
clientflags
subroutine
652
$self->{
clientflags
} = shift;
654
return $self->{
clientflags
};
/src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm
87
clientflags
=> "",
155
$self->{
clientflags
} = "";
325
if ($self->
clientflags
ne "") {
326
$execcmd .= " ".$self->
clientflags
;
328
if ($self->
clientflags
!~ m/-(no)?servername/) {
647
sub
clientflags
subroutine
651
$self->{
clientflags
} = shift;
653
return $self->{
clientflags
};
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026