Lines Matching defs:there
189 /* changing to COMPLETED means there's one less easy handle 'alive' */
277 struct Curl_sh_entry *there = sh_getentry(sh, s);
280 if(there) {
282 return there;
521 handles are still alive - but if there are none alive anymore, it is
671 be counted as premature as there is trouble ahead if we don't. We have
855 Note that this ignores the return code simply because there's
889 /* This ignores the return code even in case of problems because there's
933 /* make sure there's no pending message in the queue sent from this easy
940 /* there can only be one from this specific handle */
1459 when there is no more data, breaking the loop. */
1487 /* Avoid busy-looping when there's nothing particular to wait for */
1491 /* when there are no easy handles in the multi, this holds a -1
1591 * Curl_multi_connchanged() is called to tell that there is a connection in
1647 * DOING state there's more work to do!
1787 /* is there a protocol-specific connect() procedure? */
2249 /* if there's no connection left, skip the DONE state */
2386 /* Only perform the transfer if there's a good socket to work with.
2704 /* if there's still a connection to use, call the progress function */
2711 /* if not yet in DONE state, go there, otherwise COMPLETED */
2912 /* there is one or more messages in the list */
3106 /* if there's still an easy handle associated with this connection */
3255 multi_runsingle() in case there's no need to */
3270 * The loop following here will go on as long as there are expire-times left
3298 /* Check if there's one (more) expired timer to deal with! This function
3299 extracts a matching node if there is one */
3494 /* there's no timeout now but there was one previously, tell the app to
3607 /* this is only interesting while there is still an associated multi struct
3667 /* remove the timer, if there */
3681 /* this is only interesting while there is still an associated multi struct
3716 struct Curl_sh_entry *there = NULL;
3718 there = sh_getentry(&multi->sockhash, s);
3720 if(!there)
3723 there->socketp = hashp;
3784 /* might get called when there is no data pointer! */