Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libfetch/
H A Dcommon.h92 ssize_t fetch_write(conn_t *, const char *, size_t);
H A Dhttp.c309 return (fetch_write(io->conn, buf, len)); in http_writefn()
1739 fetch_write(conn, body, body_len); in http_request_body()
H A Dftp.c545 w = fetch_write(io->dconn, buf, len); in ftp_writefn()
H A Dcommon.c1174 fetch_write(conn_t *conn, const char *buf, size_t len) in fetch_write() function