Searched refs:lws_http_date_render_from_unix (Results 1 – 4 of 4) sorted by relevance
54 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t) in lws_http_date_render_from_unix() function
339 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
800 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
663 if (lws_http_date_render_from_unix(s, sizeof(s), &t)) { in main()