Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.c92 ngx_libc_gmtime(time_t s, struct tm *tm) in ngx_libc_gmtime() function
H A Dngx_time.h59 void ngx_libc_gmtime(time_t s, struct tm *tm);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c2758 ngx_libc_gmtime(now, &tm); in ngx_http_ssi_date_gmt_local_variable()