Searched refs:ffurl_handshake (Results 1 – 4 of 4) sorted by relevance
172 int ffurl_handshake(URLContext *c);
237 int ffurl_handshake(URLContext *c) in ffurl_handshake() function
1282 return ffurl_handshake(cc); in avio_handshake()
555 if ((ret = ffurl_handshake(cl)) > 0) in http_handshake()