Searched refs:fetch_fileno (Results 1 – 3 of 3) sorted by relevance
35 int fetch_fileno(struct fetch_connect *);
1282 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()
207 fetch_fileno(struct fetch_connect *conn) in fetch_fileno() function