Home
last modified time | relevance | path

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

/curl/lib/
H A Dparsedate.c316 int hh, mm, ss = 0; in match_time() local
317 hh = oneortwodigit(date, &p); in match_time()
318 if((hh < 24) && (*p == ':') && ISDIGIT(p[1])) { in match_time()
336 *h = hh; in match_time()

Completed in 6 milliseconds