Home
last modified time | relevance | path

Searched refs:fmt_http_get_cmd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_time.c42 static const char fmt_http_get_cmd[] = "GET %s HTTP/1.0\r\n\r\n"; variable
43 static const size_t fmt_http_get_cmd_size = sizeof(fmt_http_get_cmd) - 2;
230 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()
285 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, www_path); in s_time_main()
311 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c42 static const char fmt_http_get_cmd[] = "GET %s HTTP/1.0\r\n\r\n"; variable
43 static const size_t fmt_http_get_cmd_size = sizeof(fmt_http_get_cmd) - 2;
284 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()
339 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, www_path); in s_time_main()
366 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()