default_type     1911 http/ngx_http.c     ngx_str_t        *value, *default_type;
default_type     1921 http/ngx_http.c     default_type = cmd->post;
default_type     1929 http/ngx_http.c         if (default_type) {
default_type     1935 http/ngx_http.c             type->key = *default_type;
default_type     1936 http/ngx_http.c             type->key_hash = ngx_hash_key(default_type->data,
default_type     1937 http/ngx_http.c                                           default_type->len);
default_type     2045 http/ngx_http.c     ngx_str_t *default_type)
default_type     2054 http/ngx_http.c     while (default_type->len) {
default_type     2061 http/ngx_http.c         type->key = *default_type;
default_type     2062 http/ngx_http.c         type->key_hash = ngx_hash_key(default_type->data,
default_type     2063 http/ngx_http.c                                       default_type->len);
default_type     2066 http/ngx_http.c         default_type++;
default_type      143 http/ngx_http.h     ngx_str_t *default_type);
default_type      326 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, default_type),
default_type     1723 http/ngx_http_core_module.c     r->headers_out.content_type_len = clcf->default_type.len;
default_type     1724 http/ngx_http_core_module.c     r->headers_out.content_type = clcf->default_type;
default_type     3286 http/ngx_http_core_module.c     ngx_conf_merge_str_value(conf->default_type,
default_type     3287 http/ngx_http_core_module.c                               prev->default_type, "text/plain");
default_type      331 http/ngx_http_core_module.h     ngx_str_t     default_type;