Searched refs:cache_key (Results 1 – 5 of 5) sorted by relevance
41 ngx_http_complex_value_t cache_key; member617 if (ngx_http_complex_value(r, &scf->cache_key, key) != NGX_OK) { in ngx_http_scgi_create_key()1509 if (conf->cache_key.value.data == NULL) { in ngx_http_scgi_merge_loc_conf()1510 conf->cache_key = prev->cache_key; in ngx_http_scgi_merge_loc_conf()1513 if (conf->upstream.cache && conf->cache_key.value.data == NULL) { in ngx_http_scgi_merge_loc_conf()2002 if (scf->cache_key.value.data) { in ngx_http_scgi_cache_key()2010 ccv.complex_value = &scf->cache_key; in ngx_http_scgi_cache_key()
42 ngx_http_complex_value_t cache_key; member820 if (ngx_http_complex_value(r, &uwcf->cache_key, key) != NGX_OK) { in ngx_http_uwsgi_create_key()1730 if (conf->cache_key.value.data == NULL) { in ngx_http_uwsgi_merge_loc_conf()1731 conf->cache_key = prev->cache_key; in ngx_http_uwsgi_merge_loc_conf()1734 if (conf->upstream.cache && conf->cache_key.value.data == NULL) { in ngx_http_uwsgi_merge_loc_conf()2297 if (uwcf->cache_key.value.data) { in ngx_http_uwsgi_cache_key()2305 ccv.complex_value = &uwcf->cache_key; in ngx_http_uwsgi_cache_key()
46 ngx_http_complex_value_t cache_key; member821 if (ngx_http_complex_value(r, &flcf->cache_key, key) != NGX_OK) { in ngx_http_fastcgi_create_key()3035 if (conf->cache_key.value.data == NULL) { in ngx_http_fastcgi_merge_loc_conf()3036 conf->cache_key = prev->cache_key; in ngx_http_fastcgi_merge_loc_conf()3039 if (conf->upstream.cache && conf->cache_key.value.data == NULL) { in ngx_http_fastcgi_merge_loc_conf()3727 if (flcf->cache_key.value.data) { in ngx_http_fastcgi_cache_key()3735 ccv.complex_value = &flcf->cache_key; in ngx_http_fastcgi_cache_key()
81 ngx_http_complex_value_t cache_key; member1093 if (plcf->cache_key.value.data) { in ngx_http_proxy_create_key()1095 if (ngx_http_complex_value(r, &plcf->cache_key, key) != NGX_OK) { in ngx_http_proxy_create_key()3187 if (conf->cache_key.value.data == NULL) { in ngx_http_proxy_merge_loc_conf()3188 conf->cache_key = prev->cache_key; in ngx_http_proxy_merge_loc_conf()4205 if (plcf->cache_key.value.data) { in ngx_http_proxy_cache_key()4213 ccv.complex_value = &plcf->cache_key; in ngx_http_proxy_cache_key()
2164 uint8_t *cache_key; in ulp_mapper_cache_tbl_process() local2198 cache_key = ulp_blob_data_get(&key, &tmplen); in ulp_mapper_cache_tbl_process()2199 ckey = (uint16_t *)cache_key; in ulp_mapper_cache_tbl_process()