create_key        585 http/modules/ngx_http_fastcgi_module.c     u->create_key = ngx_http_fastcgi_create_key;
create_key        593 http/modules/ngx_http_proxy_module.c     u->create_key = ngx_http_proxy_create_key;
create_key        407 http/modules/ngx_http_scgi_module.c     u->create_key = ngx_http_scgi_create_key;
create_key        440 http/modules/ngx_http_uwsgi_module.c     u->create_key = ngx_http_uwsgi_create_key;
create_key        669 http/ngx_http_upstream.c         if (u->create_key(r) != NGX_OK) {
create_key       2143 http/ngx_http_upstream.c             if (u->create_key(r) != NGX_OK) {
create_key        280 http/ngx_http_upstream.h     ngx_int_t                      (*create_key)(ngx_http_request_t *r);