ct                185 http/modules/ngx_http_access_module.c         u_char  ct[NGX_INET6_ADDRSTRLEN];
ct                189 http/modules/ngx_http_access_module.c         cl = ngx_inet6_ntop(p, ct, NGX_INET6_ADDRSTRLEN);
ct                194 http/modules/ngx_http_access_module.c                        "access: %*s %*s %*s", cl, ct, ml, mt, al, at);
ct                262 http/modules/ngx_http_image_filter_module.c     ngx_str_t                     *ct;
ct                307 http/modules/ngx_http_image_filter_module.c         ct = &ngx_http_image_types[ctx->type - 1];
ct                308 http/modules/ngx_http_image_filter_module.c         r->headers_out.content_type_len = ct->len;
ct                309 http/modules/ngx_http_image_filter_module.c         r->headers_out.content_type = *ct;
ct               1756 http/ngx_http_core_module.c     ngx_str_t *ct, ngx_http_complex_value_t *cv)
ct               1790 http/ngx_http_core_module.c     if (ct) {
ct               1791 http/ngx_http_core_module.c         r->headers_out.content_type_len = ct->len;
ct               1792 http/ngx_http_core_module.c         r->headers_out.content_type = *ct;
ct                465 http/ngx_http_core_module.h     ngx_str_t *ct, ngx_http_complex_value_t *cv);