common.h | 48 typedef struct fetchconn conn_t; typedef in typeref:struct:fetchconn 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) [all...] |