Searched refs:fetch_write (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/lib/libfetch/ |
| H A D | common.h | 127 ssize_t fetch_write(conn_t *, const char *, size_t);
|
| H A D | common.c | 423 if (fetch_write(conn, buf, 3) != 3) { in fetch_socks5_init() 466 if (fetch_write(conn, buf, ptr - buf) != ptr - buf) { in fetch_socks5_init() 1459 fetch_write(conn_t *conn, const char *buf, size_t len) in fetch_write() function
|
| H A D | http.c | 310 return (fetch_write(io->conn, buf, len)); in http_writefn() 1785 fetch_write(conn, body, body_len); in http_request_body()
|
| H A D | ftp.c | 545 w = fetch_write(io->dconn, buf, len); in ftp_writefn()
|