| /src/share/examples/refuse/ian/libfetch/ |
| 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...] |
| /src/external/bsd/fetch/dist/libfetch/ |
| common.h | 62 typedef struct fetchconn conn_t; typedef in typeref:struct:fetchconn 88 int (*cache_close)(conn_t *); 89 conn_t *next_cached; 105 conn_t *fetch_cache_get(const struct url *, int); 106 void fetch_cache_put(conn_t *, int (*)(conn_t *)); 107 conn_t *fetch_connect(struct url *, int, int); 108 conn_t *fetch_reopen(int); 109 int fetch_ssl(conn_t *, const struct url *, int); 110 ssize_t fetch_read(conn_t *, char *, size_t) [all...] |