Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c697 static int http_get_line(HTTPContext *s, char *line, int line_size) in http_get_line() function
1223 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()