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

/freebsd-11-stable/lib/libfetch/
H A Dcommon.h88 ssize_t fetch_read(conn_t *, char *, size_t);
H A Dhttp.c223 if ((nbytes = fetch_read(io->conn, io->buf, len)) == -1) {
249 if ((nbytes = fetch_read(io->conn, io->buf, len)) == -1) {
258 if (fetch_read(io->conn, &ch, 1) != 1 || ch != '\r' ||
259 fetch_read(io->conn, &ch, 1) != 1 || ch != '\n')
H A Dcommon.c1041 fetch_read(conn_t *conn, char *buf, size_t len) function
1140 len = fetch_read(conn, &c, 1);
H A Dftp.c512 r = fetch_read(io->dconn, buf, len);

Completed in 111 milliseconds