Searched refs:stype (Results 1 – 3 of 3) sorted by relevance
/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 62 my $stype = uc(_param('type', %a) || "FILE"); 75 unless ($LEGAL_TYPE{$stype}) { 77 Carp::croak("Illegal value `$stype' for TYPE parameter"); 81 TYPE => $stype,
|
/openssl/apps/include/ |
H A D | s_apps.h | 21 typedef int (*do_server_cb)(int s, int stype, int prot, unsigned char *context);
|
/openssl/apps/ |
H A D | s_server.c | 62 static int sv_body(int s, int stype, int prot, unsigned char *context); 63 static int www_body(int s, int stype, int prot, unsigned char *context); 64 static int rev_body(int s, int stype, int prot, unsigned char *context); 2435 static int sv_body(int s, int stype, int prot, unsigned char *context) in sv_body() argument 2450 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() 2452 int isdtls = (stype == SOCK_DGRAM); in sv_body() 3152 static int www_body(int s, int stype, int prot, unsigned char *context) in www_body() argument 3636 static int rev_body(int s, int stype, int prot, unsigned char *context) in rev_body() argument
|
Completed in 25 milliseconds