Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Ddate.c54 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t) in lws_http_date_render_from_unix() function
H A Dprivate-lib-roles-http.h339 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-http.h800 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c663 if (lws_http_date_render_from_unix(s, sizeof(s), &t)) { in main()