Lines Matching refs:conn_t
48 typedef struct fetchconn conn_t; typedef
110 int fetch_socks5_init(conn_t *conn, const char *host,
116 conn_t *fetch_connect(const char *, int, int, int);
117 conn_t *fetch_reopen(int);
118 conn_t *fetch_ref(conn_t *);
122 int fetch_ssl(conn_t *, const struct url *, int);
123 ssize_t fetch_read(conn_t *, char *, size_t);
124 int fetch_getln(conn_t *);
125 ssize_t fetch_write(conn_t *, const char *, size_t);
126 ssize_t fetch_writev(conn_t *, struct iovec *, int);
127 int fetch_putln(conn_t *, const char *, size_t);
128 int fetch_close(conn_t *);