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

/freebsd-11-stable/lib/libfetch/
H A Dcommon.h90 ssize_t fetch_write(conn_t *, const char *, size_t);
H A Dhttp.c307 return (fetch_write(io->conn, buf, len));
1737 fetch_write(conn, body, body_len);
H A Dcommon.c1168 fetch_write(conn_t *conn, const char *buf, size_t len) function
H A Dftp.c543 w = fetch_write(io->dconn, buf, len);

Completed in 117 milliseconds