Home
last modified time | relevance | path

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

/dports/www/kcgi/kcgi-0.13.0/regress/
H A Dtest-date2epoch.c73 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 Ddatetime.c523 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 Dkcgi.h616 int khttp_date2epoch(int64_t *, int64_t, int64_t,
H A Dkcgi.c1256 if (!khttp_date2epoch(&kp->parsed.i, mday, mon, year)) in kvalid_date()