Searched refs:default_type (Results 1 – 6 of 6) sorted by relevance
23 default_type application/octet-stream;
1917 ngx_str_t *value, *default_type; in ngx_http_types_slot() local1927 default_type = cmd->post; in ngx_http_types_slot()1935 if (default_type) { in ngx_http_types_slot()1941 type->key = *default_type; in ngx_http_types_slot()1942 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_types_slot()2055 ngx_str_t *default_type) in ngx_http_set_default_types() argument2064 while (default_type->len) { in ngx_http_set_default_types()2071 type->key = *default_type; in ngx_http_set_default_types()2072 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_set_default_types()2073 default_type->len); in ngx_http_set_default_types()[all …]
163 ngx_str_t *default_type);
347 ngx_str_t default_type; member
329 offsetof(ngx_http_core_loc_conf_t, default_type),1559 r->headers_out.content_type_len = clcf->default_type.len; in ngx_http_set_content_type()1560 r->headers_out.content_type = clcf->default_type; in ngx_http_set_content_type()3617 ngx_conf_merge_str_value(conf->default_type, in ngx_http_core_merge_loc_conf()3618 prev->default_type, "text/plain"); in ngx_http_core_merge_loc_conf()
178 syn keyword ngxDirective contained default_type