Searched refs:fetchIO (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/fetch/dist/libfetch/ |
| H A D | fetch.h | 46 typedef struct fetchIO fetchIO; typedef 104 void fetchIO_close(fetchIO *); 105 ssize_t fetchIO_read(fetchIO *, void *, size_t); 106 ssize_t fetchIO_write(fetchIO *, const void *, size_t); 109 fetchIO *fetchXGetFile(struct url *, struct url_stat *, const char *); 110 fetchIO *fetchGetFile(struct url *, const char *); 111 fetchIO *fetchPutFile(struct url *, const char *); 117 fetchIO *fetchXGetHTTP(struct url *, struct url_stat *, const char *); 118 fetchIO *fetchGetHTTP(struct url *, const char *); 119 fetchIO *fetchPutHTTP(struct url *, const char *); [all …]
|
| H A D | file.c | 77 fetchIO * 81 fetchIO *f; in fetchXGetFile() 137 fetchIO * 143 fetchIO * 147 fetchIO *f; in fetchPutFile()
|
| H A D | fetch.c | 80 fetchIO * 104 fetchIO * 114 fetchIO * 178 fetchIO * 182 fetchIO *f; in fetchXGetURL() 196 fetchIO * 205 fetchIO * 209 fetchIO *f; in fetchPutURL()
|
| H A D | common.h | 124 fetchIO *fetchIO_unopen(void *, ssize_t (*)(void *, void *, size_t), 136 fetchIO *http_request(struct url *, const char *, 138 fetchIO *ftp_request(struct url *, const char *, const char *,
|
| H A D | ftp.c | 657 static fetchIO * 661 fetchIO *f; in ftp_setup() 680 static fetchIO * 698 fetchIO *df; in ftp_transfer() 1146 fetchIO * 1150 fetchIO *f; in ftp_request() 1230 fetchIO * 1239 fetchIO * 1248 fetchIO * 1261 fetchIO *f; in fetchStatFTP() [all …]
|
| H A D | common.c | 1106 struct fetchIO { struct 1114 fetchIO_close(fetchIO *f) argument 1122 fetchIO * 1127 fetchIO *f; 1142 fetchIO_read(fetchIO *f, void *buf, size_t len) 1150 fetchIO_write(fetchIO *f, const void *buf, size_t len)
|
| /netbsd-src/external/bsd/pkg_install/dist/lib/ |
| H A D | pkg_io.c | 71 fetchIO *fetch;
|
| /netbsd-src/external/bsd/pkg_install/dist/admin/ |
| H A D | audit.c | 301 fetchIO *f; in fetch_pkg_vulnerabilities()
|