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

  /src/share/examples/refuse/ian/libfetch/
common.h 84 ssize_t _fetch_read(conn_t *, char *, size_t);
common.c 379 _fetch_read(conn_t *conn, char *buf, size_t len) function in typeref:typename:ssize_t
463 len = _fetch_read(conn, &c, 1);
http.c 209 if ((io->buflen = _fetch_read(io->conn, io->buf, len)) == -1) {
232 if ((io->buflen = _fetch_read(io->conn, io->buf, len)) == -1) {
241 if (_fetch_read(io->conn, endl, 2) != 2 ||
ftp.c 515 r = _fetch_read(io->dconn, buf, (unsigned)len);

Completed in 14 milliseconds