Lines Matching defs:diff
2470 long diff = curlx_tvdiff(*(struct timeval *)e->ptr, now);
2471 if(diff <= 0)
2752 * and the diff might be less than one millisecond here, we don't
2754 * processors while the diff is still present but less than one
2855 long diff = curlx_tvdiff(*checktime, *timedup);
2856 if(diff > 0)
2935 long diff = curlx_tvdiff(set, *nowp);
2936 if(diff > 0) {
2997 long diff = curlx_tvdiff(set, *expire);
2998 if(diff > 0)