Home | History | Annotate | Download | only in libfetch

Lines Matching refs:conn_t

48 typedef struct fetchconn conn_t;
80 conn_t *_fetch_connect(const char *, int, int, int);
81 conn_t *_fetch_reopen(int);
82 conn_t *_fetch_ref(conn_t *);
83 int _fetch_ssl(conn_t *, int);
84 ssize_t _fetch_read(conn_t *, char *, size_t);
85 int _fetch_getln(conn_t *);
86 ssize_t _fetch_write(conn_t *, const char *, size_t);
87 ssize_t _fetch_writev(conn_t *, struct iovec *, int);
88 int _fetch_putln(conn_t *, const char *, size_t);
89 int _fetch_close(conn_t *);