Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h171 int ffurl_handshake(URLContext *c);
Davio.c234 int ffurl_handshake(URLContext *c) in ffurl_handshake() function
Daviobuf.c1387 return ffurl_handshake(cc); in avio_handshake()
Dhttp.c621 if ((ret = ffurl_handshake(cl)) > 0) in http_handshake()