Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.h124 int fetch_getln(conn_t *);
H A Dhttp.c153 if (fetch_getln(io->conn) == -1) in http_new_chunk()
426 if (fetch_getln(conn) == -1) in http_get_reply()
555 if (fetch_getln(conn) == -1) in http_next_header()
1461 if (fetch_getln(conn) < 0) { in http_connect()
1861 if (fetch_getln(conn) == -1) { in http_request_body()
H A Dftp.c145 if (fetch_getln(conn) == -1) { in ftp_chkerr()
151 if (fetch_getln(conn) == -1) { in ftp_chkerr()
H A Dcommon.c1380 fetch_getln(conn_t *conn) in fetch_getln() function