Searched refs:minute (Results 1 – 4 of 4) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | rate.md | 31 time unit. Supported units are 's' (second), 'm' (minute), 'h' (hour) and 'd' 35 If curl is told to allow 10 requests per minute, it does not start the next
|
H A D | resolve.md | 35 default timeout (1 minute). Note that this only makes sense for long running
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 190 d minute 2 overlay(ts: 15) 215 %char(now.hour) + ':' + now.minute + ':' + now.second + ' ' +
|
/curl/lib/ |
H A D | ftp.c | 2009 int *hour, int *minute, int *second) in ftp_213_date() argument 2018 *minute = twodigit(&p[10]); in ftp_213_date() 2021 if((*month > 12) || (*day > 31) || (*hour > 23) || (*minute > 59) || in ftp_213_date() 2065 int year, month, day, hour, minute, second; in ftp_state_mdtm_resp() local 2068 if(ftp_213_date(resp, &year, &month, &day, &hour, &minute, &second)) { in ftp_state_mdtm_resp() 2073 year, month, day, hour, minute, second); in ftp_state_mdtm_resp()
|
Completed in 12 milliseconds