Home
last modified time | relevance | path

Searched refs:_fetch_write (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dcommon.h86 ssize_t _fetch_write(conn_t *, const char *, size_t);
H A Dcommon.c491 _fetch_write(conn_t *conn, const char *buf, size_t len) in _fetch_write() function
H A Dhttp.c290 return (_fetch_write(io->conn, buf, (unsigned) len)); in _http_writefn()
H A Dftp.c546 w = _fetch_write(io->dconn, buf, (unsigned)len); in _ftp_writefn()