Searched refs:ffurl_handshake (Results 1 – 4 of 4) sorted by relevance
171 int ffurl_handshake(URLContext *c);
234 int ffurl_handshake(URLContext *c) in ffurl_handshake() function
1387 return ffurl_handshake(cc); in avio_handshake()
621 if ((ret = ffurl_handshake(cl)) > 0) in http_handshake()