Searched refs:p3p (Results 1 – 1 of 1) sorted by relevance
30 ngx_str_t p3p; member145 offsetof(ngx_http_userid_conf_t, p3p),366 ngx_table_elt_t *set_cookie, *p3p; in ngx_http_userid_set_uid() local438 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 …]