Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c41 ngx_http_complex_value_t cache_key; member
617 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()
H A Dngx_http_uwsgi_module.c42 ngx_http_complex_value_t cache_key; member
820 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()
H A Dngx_http_fastcgi_module.c46 ngx_http_complex_value_t cache_key; member
821 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()
H A Dngx_http_proxy_module.c81 ngx_http_complex_value_t cache_key; member
1093 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()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c2164 uint8_t *cache_key; in ulp_mapper_cache_tbl_process() local
2198 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()