Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h172 int ffurl_handshake(URLContext *c);
Davio.c237 int ffurl_handshake(URLContext *c) in ffurl_handshake() function
Daviobuf.c1282 return ffurl_handshake(cc); in avio_handshake()
Dhttp.c555 if ((ret = ffurl_handshake(cl)) > 0) in http_handshake()