Searched refs:http_get_line (Results 1 – 1 of 1) sorted by relevance
697 static int http_get_line(HTTPContext *s, char *line, int line_size) in http_get_line() function1223 if ((err = http_get_line(s, line, sizeof(line))) < 0) in http_read_header()1451 if ((err = http_get_line(s, line, sizeof(line))) < 0) in http_buf_read()1462 http_get_line(s, line, sizeof(line)); // read empty chunk in http_buf_read()