Searched refs:url_handshake (Results 1 – 3 of 3) sorted by relevance
64 int (*url_handshake)(URLContext *c); member
240 if (c->prot->url_handshake) { in ffurl_handshake()241 ret = c->prot->url_handshake(c); in ffurl_handshake()
1862 .url_handshake = http_handshake,