Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h64 int (*url_handshake)(URLContext *c); member
Davio.c240 if (c->prot->url_handshake) { in ffurl_handshake()
241 ret = c->prot->url_handshake(c); in ffurl_handshake()
Dhttp.c1862 .url_handshake = http_handshake,