Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c547 static int http_handshake(URLContext *c) in http_handshake() function
607 while ((ret = http_handshake(h)) > 0); in http_listen()
1862 .url_handshake = http_handshake,