Searched defs:fetch_connect (Results 1 – 2 of 2) sorted by relevance
71 struct fetch_connect { struct72 int sd; /* file/socket descriptor */73 char *buf; /* buffer */97 fetch_writev(struct fetch_connect *conn, struct iovec *iov, int iovcnt) in fetch_writev() argument
279 fetch_connect(struct url *url, int af, int verbose) in fetch_connect() function