Home
last modified time | relevance | path

Searched refs:ngx_hash_find (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/nginx-full/ngx_small_light-0.9.2/src/
H A Dngx_http_small_light_module.h43 ngx_hash_find(hash, ngx_hash_key_lc((u_char *)k, ngx_strlen(k)), (u_char *)k, ngx_strlen(k))
45ngx_hash_find(hash, ngx_hash_key_lc((u_char *)lit, sizeof(lit) - 1), (u_char *)lit, sizeof(lit) - …
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx-naxsi/nginx-1.20.2/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx-lite/nginx-1.20.2/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx-devel/nginx-1.21.5/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx/nginx-1.20.2/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx-full/nginx-1.20.2/src/core/
H A Dngx_hash.h100 void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
H A Dngx_hash.c13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() function
82 value = ngx_hash_find(&hwc->hash, key, &name[n], len - n); in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
217 value = ngx_hash_find(&hash->hash, key, name, len); in ngx_hash_find_combined()
/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_variable.c123 v = ngx_hash_find(&cmcf->variables_hash, hash, lowcase_buf, name_len); in ngx_http_lua_ffi_var_set()
/dports/www/nginx-full/srcache-nginx-module-0.32/src/
H A Dngx_http_srcache_util.c773 hh = ngx_hash_find(&smcf->headers_in_hash, header.hash, in ngx_http_srcache_process_header()
990 if (ngx_hash_find(&conf->hide_headers_hash, header[i].hash, in ngx_http_srcache_store_response_header()
1075 if (ngx_hash_find(&conf->hide_headers_hash, header[i].hash, in ngx_http_srcache_store_response_header()
/dports/www/nginx-naxsi/naxsi-1.3/naxsi_src/
H A Dnaxsi_runtime.c422 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
425 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
428 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
431 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
455 return ngx_hash_find(cf->ignore_ips, k, (u_char*)scratch.data, scratch.len) != NULL ? 1 : 0; in nx_can_ignore_ip()
897 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in ngx_http_naxsi_is_rule_whitelisted_n()
/dports/www/nginx-full/naxsi-1.3/naxsi_src/
H A Dnaxsi_runtime.c422 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
425 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
428 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
431 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in nx_find_wl_in_hash()
455 return ngx_hash_find(cf->ignore_ips, k, (u_char*)scratch.data, scratch.len) != NULL ? 1 : 0; in nx_can_ignore_ip()
897 b = (ngx_http_whitelist_rule_t*)ngx_hash_find( in ngx_http_naxsi_is_rule_whitelisted_n()
/dports/www/nginx-full/nginx-rtmp-module-8e344d7/
H A Dngx_rtmp_receive.c428 ch = ngx_hash_find(&cmcf->amf_hash, in ngx_rtmp_amf_message_handler()
/dports/www/mod_security/modsecurity-2.9.3/nginx/modsecurity/
H A Dngx_http_modsecurity.c464 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_modsecurity_save_headers_in_visitor()
790 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash,
/dports/www/nginx-full/nginx_ajp_module-fcbb2cc/
H A Dngx_http_ajp.c869 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ajp_unmarshal_response()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_scgi_module.c765 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1074 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_scgi_module.c765 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1074 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c765 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1074 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c765 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1074 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_scgi_module.c765 if (ngx_hash_find(&params->hash, hash, lowcase_key, n)) { in ngx_http_scgi_create_request()
1074 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()

12345