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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c89 static int http_open_cnx(URLContext *h) function
195 return http_open_cnx(h);
538 if (http_open_cnx(h) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c146 static int http_open_cnx(URLContext *h, AVDictionary **options) function
257 ret = http_open_cnx(h, &options);
286 ret = http_open_cnx(h, options);
1078 if ((ret = http_open_cnx(h, &options)) < 0) {

Completed in 45 milliseconds