Searched refs:khttp_date2epoch (Results 1 – 4 of 4) sorted by relevance
/dports/www/kcgi/kcgi-0.13.0/regress/ |
H A D | test-date2epoch.c | 73 if (!khttp_date2epoch(&res, in main() 104 if (!khttp_date2epoch(&res, in main() 119 if (khttp_date2epoch(&res, in main() 127 if (!khttp_date2epoch(&res, in main() 135 if (khttp_date2epoch(&res, in main() 149 if (!khttp_date2epoch(&res, in main() 158 if (!khttp_date2epoch(&res, in main()
|
/dports/www/kcgi/kcgi-0.13.0/ |
H A D | datetime.c | 523 khttp_date2epoch(int64_t *res, int64_t day, int64_t mon, int64_t year) in khttp_date2epoch() function 537 if (!khttp_date2epoch(&res, day, mon, year)) in kutil_date2epoch() 562 return khttp_date2epoch(NULL, day, mon, year); in kutil_date_check()
|
H A D | kcgi.h | 616 int khttp_date2epoch(int64_t *, int64_t, int64_t,
|
H A D | kcgi.c | 1256 if (!khttp_date2epoch(&kp->parsed.i, mday, mon, year)) in kvalid_date()
|