OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTTPS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libevent/dist/sample/
https-client.c
1
/* $NetBSD:
https
-client.c,v 1.1.1.2 2021/04/07 02:43:15 christos Exp $ */
5
It just GETs an
https
URL given on the command-line and prints the response
9
https
code paths.
99
fputs("
https
-client -url <
https
-url> [-data data-file.bin] [-ignore-cert] [-retries num] [-timeout sec] [-crt crt]\n", stderr);
101
fputs("
https
-client -url
https
://ip.appspot.com/\n", stderr);
174
printf("
https
server '%s' has this certificate, "
239
enum { HTTP,
HTTPS
} type = HTTP;
313
if (scheme == NULL || (strcasecmp(scheme, "
https
") != 0 &
[
all
...]
/src/external/mpl/bind/dist/bin/tests/
test_server.c
10
* file, you can obtain one at
https
://mozilla.org/MPL/2.0/.
33
typedef enum { UDP, TCP, DOT,
HTTPS
, HTTP } protocol_t;
35
static const char *protocols[] = { "udp", "tcp", "dot", "
https
", "http-plain" };
268
case
HTTPS
:
270
bool is_https = protocol ==
HTTPS
;
/src/external/bsd/libevent/dist/test/
regress_http.c
4674
#define
HTTPS
(name) \
4789
HTTPS
(basic),
4790
HTTPS
(filter_basic),
4791
HTTPS
(simple),
4792
HTTPS
(simple_dirty),
4793
HTTPS
(incomplete),
4794
HTTPS
(incomplete_timeout),
4798
HTTPS
(chunk_out),
4799
HTTPS
(filter_chunk_out),
4800
HTTPS
(stream_out)
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c
4667
#define
HTTPS
(name) \
4782
HTTPS
(basic),
4783
HTTPS
(filter_basic),
4784
HTTPS
(simple),
4785
HTTPS
(simple_dirty),
4786
HTTPS
(incomplete),
4787
HTTPS
(incomplete_timeout),
4791
HTTPS
(chunk_out),
4792
HTTPS
(filter_chunk_out),
4793
HTTPS
(stream_out)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026