Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 25 of 25) sorted by relevance

/curl/tests/
H A Dtest1173.pl102 my ($f, $sec, $file, $line)=@_;
105 if($ref{"$f.$sec"}) {
110 if( -f "$d/$f.$sec") {
112 $ref{"$f.$sec"}=1;
117 print STDERR "$file:$line broken reference to $f($sec)\n";
H A Dserverhelp.pm79 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
81 $now = sprintf("%02d:%02d:%02d.%06d ", $hour, $min, $sec, $usec);
85 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
87 $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
H A Drunner.pm495 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
497 my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
H A Druntests.pl2529 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/curl/tests/data/
H A Dtest80034 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u '"user:sec"ret{'
43 A002 LOGIN "\"user" "sec\"ret{"
H A Dtest84734 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;UID=1' -u '"user:sec"ret{'
43 A002 LOGIN "\"user" "sec\"ret{"
H A Dtest89535 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=*'
44 A002 LOGIN "\"user" "sec\"ret{"
H A Dtest98833 -k --ssl-reqd -u '"user:sec"ret{' 'imaps://%HOSTIP:%IMAPSPORT/%TESTNUMBER/;MAILINDEX=1'
42 A002 LOGIN "\"user" "sec\"ret{"
H A Dtest89626 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
H A Dtest123841 # if less than 1000 bytes/sec within 2 seconds, abort!
H A Dtest41455 HTTPS sec-cookie, HTTP redirect, same name cookie, redirect back
/curl/tests/server/
H A Dutil.h48 #define sleep(sec) Sleep ((sec)*1000) argument
H A Dutil.c90 time_t sec; in logmsg() local
106 sec = epoch_offset + tv.tv_sec; in logmsg()
108 now = localtime(&sec); /* not thread safe but we don't care */ in logmsg()
/curl/docs/libcurl/opts/
H A DCURLINFO_SPEED_DOWNLOAD_T.md54 printf("Download speed %" CURL_FORMAT_CURL_OFF_T " bytes/sec\n",
H A DCURLINFO_SPEED_UPLOAD_T.md53 printf("Upload speed %" CURL_FORMAT_CURL_OFF_T " bytes/sec\n", speed);
H A DCURLOPT_LOW_SPEED_TIME.md49 /* abort if slower than 30 bytes/sec during 60 seconds */
H A DCURLINFO_SPEED_UPLOAD.md55 printf("Upload speed %.0f bytes/sec\n", speed);
H A DCURLOPT_LOW_SPEED_LIMIT.md52 /* abort if slower than 30 bytes/sec during 60 seconds */
H A DCURLINFO_SPEED_DOWNLOAD.md57 printf("Download speed %.0f bytes/sec\n", speed);
H A DCURLOPT_MAX_RECV_SPEED_LARGE.md58 /* cap the download speed to 31415 bytes/sec */
H A DCURLOPT_MAX_SEND_SPEED_LARGE.md59 /* cap the upload speed to 1000 bytes/sec */
/curl/lib/
H A Dstrerror.c993 #define SEC2TXT(sec) case sec: txt = #sec; break in Curl_sspi_strerror() argument
H A Dparsedate.c283 static time_t time2epoch(int sec, int min, int hour, in time2epoch() argument
293 + hour) * 60 + min) * 60 + sec; in time2epoch()
/curl/lib/vtls/
H A Dx509asn1.c577 const char *sec; in UTime2str() local
582 sec = beg + 10; in UTime2str()
583 switch(tzp - sec) { in UTime2str()
585 sec = "00"; in UTime2str()
606 beg + 6, beg + 8, sec, in UTime2str()
/curl/tests/libtest/
H A Dtest.h48 #define sleep(sec) Sleep ((sec)*1000) argument

Completed in 69 milliseconds