Lines Matching refs:socks
957 static int connecting_getsock(struct Curl_easy *data, curl_socket_t *socks) in connecting_getsock() argument
967 socks[0] = sockfd; in connecting_getsock()
973 static int protocol_getsock(struct Curl_easy *data, curl_socket_t *socks) in protocol_getsock() argument
981 return conn->handler->proto_getsock(data, conn, socks); in protocol_getsock()
985 socks[0] = sockfd; in protocol_getsock()
991 static int domore_getsock(struct Curl_easy *data, curl_socket_t *socks) in domore_getsock() argument
997 return conn->handler->domore_getsock(data, conn, socks); in domore_getsock()
1000 socks[0] = conn->sockfd; in domore_getsock()
1006 static int doing_getsock(struct Curl_easy *data, curl_socket_t *socks) in doing_getsock() argument
1012 return conn->handler->doing_getsock(data, conn, socks); in doing_getsock()
1015 socks[0] = conn->sockfd; in doing_getsock()