Home
last modified time | relevance | path

Searched refs:perform_getsock (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dtransfer.c1272 if(conn->handler->perform_getsock) in Curl_single_getsock()
1273 return conn->handler->perform_getsock(data, conn, sock); in Curl_single_getsock()
Durldata.h787 int (*perform_getsock)(struct Curl_easy *data, member