Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 16 of 16) sorted by last modified time

/curl/.github/workflows/
H A Ddistcheck.yml51 diff run1 run2
/curl/tests/http/
H A Dtest_02_download.py533 diff = "".join(difflib.unified_diff(a=open(srcfile).readlines(),
H A Dtest_07_upload.py460 diff = "".join(difflib.unified_diff(a=open(srcfile).readlines(),
/curl/tests/server/
H A Dutil.c459 timediff_t diff = newer.tv_sec-older.tv_sec; in timediff() local
460 if(diff >= (LONG_MAX/1000)) in timediff()
462 else if(diff <= (LONG_MIN/1000)) in timediff()
/curl/lib/
H A Dmulti.c3151 timediff_t diff; local
3153 diff = Curl_timediff_us(node->time, now);
3154 if(diff <= 0)
3439 timediff_t diff = Curl_timediff_ceil(multi->timetree->key, now); local
3442 *timeout_ms = (long)diff;
3567 timediff_t diff = Curl_timediff(check->time, node->time); local
3568 if(diff > 0)
3625 timediff_t diff = Curl_timediff(set, *nowp); local
3628 if(diff > 0) {
H A Drename.c52 timediff_t diff; in Curl_rename() local
58 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
59 if(diff < 0 || diff > max_wait_ms) { in Curl_rename()
H A Dtimeval.c203 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff() local
204 if(diff >= (TIMEDIFF_T_MAX/1000)) in Curl_timediff()
206 else if(diff <= (TIMEDIFF_T_MIN/1000)) in Curl_timediff()
208 return diff * 1000 + (newer.tv_usec-older.tv_usec)/1000; in Curl_timediff()
217 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_ceil() local
218 if(diff >= (TIMEDIFF_T_MAX/1000)) in Curl_timediff_ceil()
220 else if(diff <= (TIMEDIFF_T_MIN/1000)) in Curl_timediff_ceil()
231 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_us() local
232 if(diff >= (TIMEDIFF_T_MAX/1000000)) in Curl_timediff_us()
234 else if(diff <= (TIMEDIFF_T_MIN/1000000)) in Curl_timediff_us()
[all …]
/curl/scripts/
H A Dchecksrc.pl789 my $diff = $second - $first;
791 "not indented $indent steps (uses $diff)");
815 my $diff = $second - $first;
817 "not indented $indent steps (uses $diff)");
H A Dinstallcheck.sh38 diff -u <(find docs/libcurl/ -name "*.3" -printf "%f\n" | grep -v template | sort) <(find "$PREFIX/…
45 diff -u <(find include/ -name "*.h" -printf "%f\n" | sort) <(find "$PREFIX/include/" -name "*.h" -p…
/curl/tests/
H A Dtest1544.pl119 my %diff;
120 @diff{@stringdefs} = 0..$#stringdefs;
121 delete @diff{@stringrefs};
123 foreach(keys %diff) {
125 delete $diff{$_};
129 @diff{@stringrefs} = 0..$#stringrefs;
130 delete @diff{@stringdefs};
132 foreach(keys %diff) {
/curl/tests/data/
H A Dtest97465 HTTP with auth redirected to HTTP on a diff port w/o auth
H A Dtest97665 HTTP with auth redirected to HTTP on a diff port --location-trusted
H A Dtest89867 HTTP with custom auth and cookies redirected to HTTP on a diff port
/curl/src/
H A Dtool_progress.c164 long diff; in progress_meter() local
170 diff = tvdiff(now, stamp); in progress_meter()
178 if(final || (diff > 500)) { in progress_meter()
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR208 weekday = %rem(%diff(now.ts: %timestamp('2001-01-01-00.00.00.000000'):
/curl/packages/vms/
H A Dcompare_curl_source.com274 $ write sys$output "Skipping diff of ''ref_fname'"

Completed in 75 milliseconds