Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tnftp/src/
H A Dssl.h35 int fetch_fileno(struct fetch_connect *);
H A Dfetch.c1282 if ((ssl = fetch_start_ssl(fetch_fileno(fin), oui->host)) == NULL) in connectmethod()
1428 if (fstat(fetch_fileno(fin), &sb) == 0) { in fetch_url()
1433 if (lseek(fetch_fileno(fin), restart_point, SEEK_SET) < 0) { in fetch_url()
H A Dssl.c207 fetch_fileno(struct fetch_connect *conn) in fetch_fileno() function