Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_time.c43 static const size_t fmt_http_get_cmd_size = sizeof(fmt_http_get_cmd) - 2; variable
203 buf_size = strlen(www_path) + fmt_http_get_cmd_size; in s_time_main()