Home
last modified time | relevance | path

Searched refs:ngx_hash_strlow (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h114 ngx_uint_t ngx_hash_strlow(u_char *dst, u_char *src, size_t n);
H A Dngx_hash.c640 ngx_hash_strlow(u_char *dst, u_char *src, size_t n) in ngx_hash_strlow() function
835 k = ngx_hash_strlow(&key->data[skip], &key->data[skip], last - skip); in ngx_hash_add_key()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c1759 key = ngx_hash_strlow(var.data, var.data, var.len); in ngx_http_ssi_evaluate_string()
1952 key = ngx_hash_strlow(name.data, name.data, name.len); in ngx_http_ssi_regex_match()
2145 key = ngx_hash_strlow(set->data, set->data, set->len); in ngx_http_ssi_include()
2262 key = ngx_hash_strlow(var->data, var->data, var->len); in ngx_http_ssi_echo()
2441 key = ngx_hash_strlow(name->data, name->data, name->len); in ngx_http_ssi_set()
H A Dngx_http_realip_module.c447 rlcf->hash = ngx_hash_strlow(value[1].data, value[1].data, value[1].len); in ngx_http_realip()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs255 hash = ngx_hash_strlow(lowcase_key, p, len);
898 hash = ngx_hash_strlow(lowcase, p, len);
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c907 key = ngx_hash_strlow(low, match->data, len); in ngx_stream_map_find()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1957 hash = ngx_hash_strlow(value[i].data, value[i].data, value[i].len); in ngx_http_types_slot()
H A Dngx_http_core_module.c1538 hash = ngx_hash_strlow(exten, r->exten.data, r->exten.len); in ngx_http_set_content_type()
3158 hash = ngx_hash_strlow(value[i].data, value[i].data, value[i].len); in ngx_http_core_type()
H A Dngx_http_variables.c2370 key = ngx_hash_strlow(low, match->data, len); in ngx_http_map_find()