Home
last modified time | relevance | path

Searched refs:fetch_read (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.h136 ssize_t fetch_read(conn_t *, void *, size_t);
H A Dcommon.c426 if (fetch_read(conn, buf, 2) != 2) { in fetch_socks5_init()
469 if (!fetch_read(conn, buf, BUFF_SIZE)) { in fetch_socks5_init()
1355 fetch_read(conn_t *conn, void *buf, size_t len) in fetch_read() function
1489 rlen = fetch_read(conn, conn->buf + conn->buflen, in fetch_getln()
1567 return (fetch_read(conn, buf, len)); in fetch_bufread()
H A Dftp.c510 r = fetch_read(io->dconn, buf, len); in ftp_readfn()