Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h63 int (*url_handshake)(URLContext *c); member
Davio.c237 if (c->prot->url_handshake) { in ffurl_handshake()
238 ret = c->prot->url_handshake(c); in ffurl_handshake()
Dhttp.c2000 .url_handshake = http_handshake,