Home
last modified time | relevance | path

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

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dcommon.h85 int _fetch_getln(conn_t *);
H A Dhttp.c142 if (_fetch_getln(io->conn) == -1) in _http_new_chunk()
406 if (_fetch_getln(conn) == -1) in _http_get_reply()
456 if (_fetch_getln(conn) == -1) in _http_next_header()
H A Dftp.c144 if (_fetch_getln(conn) == -1) { in _ftp_chkerr()
150 if (_fetch_getln(conn) == -1) { in _ftp_chkerr()
H A Dcommon.c444 _fetch_getln(conn_t *conn) in _fetch_getln() function