Home
last modified time | relevance | path

Searched refs:ngx_http_time (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.h26 u_char *ngx_http_time(u_char *buf, time_t t);
H A Dngx_times.c283 ngx_http_time(u_char *buf, time_t t) in ngx_http_time() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c512 b->last = ngx_http_time(b->last, r->headers_out.last_modified_time); in ngx_http_header_filter()
H A Dngx_http_variables.c1899 v->len = ngx_http_time(p, r->headers_out.last_modified_time) - p; in ngx_http_variable_sent_last_modified()
H A Dngx_http_upstream.c5660 v->len = ngx_http_time(p, r->cache->last_modified) - p; in ngx_http_upstream_cache_last_modified()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_headers_filter_module.c450 ngx_http_time(e->value.data, expires_time); in ngx_http_set_expires()
H A Dngx_http_autoindex_module.c784 b->last = ngx_http_time(b->last, entry[i].mtime); in ngx_http_autoindex_json()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c574 ngx_http_time(pos, r->headers_out.last_modified_time); in ngx_http_v2_header_filter()