Searched refs:ngx_str_rbtree_lookup (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 225 ngx_str_node_t *ngx_str_rbtree_lookup(ngx_rbtree_t *rbtree, ngx_str_t *name,
|
| H A D | ngx_string.c | 1941 ngx_str_rbtree_lookup(ngx_rbtree_t *rbtree, ngx_str_t *val, uint32_t hash) in ngx_str_rbtree_lookup() function
|
| H A D | ngx_conf_file.c | 113 sn = ngx_str_rbtree_lookup(&cf->cycle->config_dump_rbtree, filename, hash); in ngx_conf_add_dump()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geo_module.c | 1206 ngx_str_rbtree_lookup(&ctx->rbtree, value, hash); in ngx_stream_geo_value() 1560 ngx_str_rbtree_lookup(&ctx->rbtree, &s, hash); in ngx_stream_geo_create_binary_base()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geo_module.c | 1256 ngx_str_rbtree_lookup(&ctx->rbtree, value, hash); in ngx_http_geo_value() 1632 ngx_str_rbtree_lookup(&ctx->rbtree, &s, hash); in ngx_http_geo_create_binary_base()
|