Searched refs:fetch_printf (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/tnftp/src/ |
H A D | fetch.c | 754 fetch_printf(fin, "Host: %s", ui->host); in print_host() 764 fetch_printf(fin, "Host: [%s]", h); in print_host() 770 fetch_printf(fin, ":%u", ui->portnum); in print_host() 771 fetch_printf(fin, "\r\n"); in print_host() 779 fetch_printf(fin, "User-Agent: %s\r\n", useragent); in print_agent() 781 fetch_printf(fin, "User-Agent: %s/%s\r\n", in print_agent() 789 fetch_printf(fin, isproxy ? in print_cache() 807 fetch_printf(fin, "GET %s HTTP/1.0\r\n", ui->path); in print_get() 812 fetch_printf(fin, "GET %s HTTP/1.1\r\n", ui->path); in print_get() 814 fetch_printf(fin, "Accept: */*\r\n"); in print_get() [all …]
|
H A D | ssl.h | 33 int fetch_printf(struct fetch_connect *, const char *fmt, ...)
|
H A D | ssl.c | 185 fetch_printf(struct fetch_connect *conn, const char *fmt, ...) in fetch_printf() function
|