Home
last modified time | relevance | path

Searched refs:fetch_getln (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.h137 ssize_t fetch_getln(conn_t *);
H A Dhttp.c152 if (fetch_getln(io->conn) == -1) in http_new_chunk()
422 if (fetch_getln(conn) == -1) in http_get_reply()
536 if (fetch_getln(conn) == -1) in http_next_header()
1439 if (fetch_getln(conn) < 0) { in http_connect()
1839 if (fetch_getln(conn) == -1) { in http_request_body()
H A Dftp.c147 if ((rlen = fetch_getln(conn)) < 0) { in ftp_chkerr()
154 if ((rlen = fetch_getln(conn)) < 0) { in ftp_chkerr()
H A Dcommon.c1450 fetch_getln(conn_t *conn) in fetch_getln() function