Searched refs:proto_getsock (Results 1 – 2 of 2) sorted by relevance
771 int (*proto_getsock)(struct Curl_easy *data, member
1041 if(conn->handler->proto_getsock) in protocol_getsock()1042 return conn->handler->proto_getsock(data, conn, socks); in protocol_getsock()