Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.h27 u_char *ngx_http_cookie_time(u_char *buf, time_t t);
H A Dngx_times.c301 ngx_http_cookie_time(u_char *buf, time_t t) in ngx_http_cookie_time() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c418 p = ngx_http_cookie_time(p, ngx_time() + conf->expires); in ngx_http_userid_set_uid()