HomeSort by: relevance | last modified time | path
    Searched refs:fetch_read (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/ftp/
ssl.h 40 size_t fetch_read(void *, size_t, size_t, struct fetch_connect *);
ssl.c 407 fetch_read(void *ptr, size_t size, size_t nmemb, struct fetch_connect *conn) function
425 * The last invocation of fetch_read was interrupted by a
521 len = fetch_read(&c, sizeof(c), 1, conn);
579 size_t rlen = fetch_read(&c, sizeof(c), 1, conn);
fetch.c 1794 flen = fetch_read(xferbuf, sizeof(char),
  /src/external/bsd/fetch/dist/libfetch/
common.h 111 ssize_t fetch_read(conn_t *, char *, size_t);
http.c 230 if ((io->buflen = fetch_read(io->conn, io->buf, len)) == -1) {
257 if ((io->buflen = fetch_read(io->conn, io->buf, len)) == -1) {
269 len2 = fetch_read(io->conn, endl, 2);
270 if (len2 == 1 && fetch_read(io->conn, endl + 1, 1) != 1)
common.c 530 fetch_read(conn_t *conn, char *buf, size_t len) function
638 len = fetch_read(conn, conn->buf + conn->buflen,
ftp.c 587 r = fetch_read(io->dconn, buf, len);

Completed in 28 milliseconds