Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c302 static int http_open_cnx(URLContext *h, AVDictionary **options) in http_open_cnx() function
445 ret = http_open_cnx(h, &options); in ff_http_do_new_request2()
649 ret = http_open_cnx(h, options); in http_open()
1816 if ((ret = http_open_cnx(h, &options)) < 0) { in http_seek_internal()