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