Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.h139 ssize_t fetch_write(conn_t *, const void *, size_t);
H A Dcommon.c420 if (fetch_write(conn, buf, 3) != 3) { in fetch_socks5_init()
463 if (fetch_write(conn, buf, ptr - buf) != ptr - buf) { in fetch_socks5_init()
1575 fetch_write(conn_t *conn, const void *buf, size_t len) in fetch_write() function
H A Dhttp.c304 return (fetch_write(io->conn, buf, len)); in http_writefn()
1759 fetch_write(conn, body, body_len); in http_request_body()
H A Dftp.c541 w = fetch_write(io->dconn, buf, len); in ftp_writefn()