Home
last modified time | relevance | path

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

/openssl/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;
283 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()
338 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, www_path); in s_time_main()
365 buf_len = BIO_snprintf(buf, sizeof(buf), fmt_http_get_cmd, in s_time_main()

Completed in 6 milliseconds