Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libfetch/
H A Dcommon.h91 int fetch_getln(conn_t *);
H A Dhttp.c154 if (fetch_getln(io->conn) == -1) in http_new_chunk()
427 if (fetch_getln(conn) == -1) in http_get_reply()
556 if (fetch_getln(conn) == -1) in http_next_header()
1422 if (fetch_getln(conn) < 0) { in http_connect()
1819 if (fetch_getln(conn) == -1) { in http_request_body()
H A Dftp.c147 if (fetch_getln(conn) == -1) { in ftp_chkerr()
153 if (fetch_getln(conn) == -1) { in ftp_chkerr()
H A Dcommon.c1127 fetch_getln(conn_t *conn) in fetch_getln() function