Lines Matching defs:easy
189 /* changing to COMPLETED means there's one less easy handle 'alive' */
453 /* returns TRUE if the easy handle is supposed to be present in the main link
464 /* We add the new easy entry last in the list. */
479 /* unlink the given easy handle from the linked list of easy handles */
507 /* Verify that we got a somewhat good easy handle too */
511 /* Prevent users from adding same easy handle more than once and prevent
520 /* a "dead" handle cannot get added transfers while any existing easy
533 * modification of easy nor multi handle allowed before this except for
561 easy handle is added */
568 /* set the easy handle */
572 easy handle's one is currently not set. */
606 easy handle. */
801 connclose(conn, "Removing connect-only easy handle");
809 struct Curl_easy *easy = data;
818 /* Verify that we got a somewhat good easy handle too */
822 /* Prevent users from trying to remove same easy handle more than once */
826 /* Prevent users from trying to remove an easy handle from the wrong multi */
852 /* multi_done() clears the association between the easy handle and the
891 (void)singlesocket(multi, easy); /* to let the application know what sockets
901 forbidden from reuse. And this easy handle cannot find the connection
933 /* make sure there's no pending message in the queue sent from this easy
938 if(msg->extmsg.easy_handle == easy) {
946 We do not touch the easy handle here! */
1159 /* Scan through all the easy handles to get the file descriptors set.
1160 Some easy handles may not have connected to the remote host yet,
1491 /* when there are no easy handles in the multi, this holds a -1
2814 /* unlink_all_msgsent_handles() detaches all those easy handles from this
2839 /* First remove all remaining easy handles */
3030 * Need to remove the easy handle from the multi->sockhash->transfers and
3106 /* if there's still an easy handle associated with this connection */
3208 /* walk through each easy handle and do the socket state change magic
3793 bool Curl_is_in_callback(struct Curl_easy *easy)
3795 return ((easy->multi && easy->multi->in_callback) ||
3796 (easy->multi_easy && easy->multi_easy->in_callback));