Lines Matching refs:time

547      sockets that time-out or have actions will be dealt with. Since this
553 that happens if the lastcall time is set to the same time when the handle
862 called. Do it after multi_done() in case that sets another time! */
1139 /* we need to let time pass, ignore socket(s) */
1257 the outside, then use the shorter time! But only if the internal timer
1967 /* we need to wait for the connect state as only then is the start time
2794 * and not for the current time as it may have ticked a little while since
2932 * and if we have a different state in any of those sockets from last time we
3080 /* Remember for next time */
3162 diff = Curl_timediff_us(node->time, now);
3180 memcpy(tv, &node->time, sizeof(*tv));
3256 now = Curl_now(); /* get a newer time since the multi_runsingle() loop
3257 may have taken some time */
3261 /* Asked to run due to time-out. Clear the 'lastcall' variable to force
3447 /* some time left before expiration */
3509 * timeout we got the (relative) time-out time for. We can thus easily check
3510 * if this is the same (fixed) time as we got in a previous call and then
3551 * of list is always the timeout nearest in time.
3568 memcpy(&node->time, stamp, sizeof(*stamp));
3576 timediff_t diff = Curl_timediff(check->time, node->time);
3594 * this'-time for the transfer, to be extracted by curl_multi_timeout()
3597 * time that is later than the current head of queue.
3632 Compare if the new time is earlier, and only remove-old/add-new if it
3638 /* The current splay tree entry is sooner than this new expiry time.
3643 /* Since this is an updated time, we must remove the previous entry from
3687 /* Since this is an cleared time, we must remove the previous entry from