Searched refs:attach (Results 1 – 3 of 3) sorted by relevance
718 void (*attach)(struct Curl_easy *data, struct connectdata *conn); member
952 if(conn->handler && conn->handler->attach) in Curl_attach_connection()953 conn->handler->attach(data, conn); in Curl_attach_connection()
982 To fix this, libcurl would have to detect an existing connection and "attach"
Completed in 23 milliseconds