Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c30 ngx_str_t p3p; member
145 offsetof(ngx_http_userid_conf_t, p3p),
366 ngx_table_elt_t *set_cookie, *p3p; in ngx_http_userid_set_uid() local
438 if (conf->p3p.len == 0) { in ngx_http_userid_set_uid()
443 if (p3p == NULL) { in ngx_http_userid_set_uid()
447 p3p->hash = 1; in ngx_http_userid_set_uid()
448 ngx_str_set(&p3p->key, "P3P"); in ngx_http_userid_set_uid()
449 p3p->value = conf->p3p; in ngx_http_userid_set_uid()
688 ngx_conf_merge_str_value(conf->p3p, prev->p3p, ""); in ngx_http_userid_merge_conf()
799 ngx_str_t *p3p = data; in ngx_http_userid_p3p() local
[all …]