Searched refs:fetch_getln (Results 1 – 4 of 4) sorted by relevance
137 ssize_t fetch_getln(conn_t *);
152 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()
147 if ((rlen = fetch_getln(conn)) < 0) { in ftp_chkerr()154 if ((rlen = fetch_getln(conn)) < 0) { in ftp_chkerr()
1450 fetch_getln(conn_t *conn) in fetch_getln() function