Home
last modified time | relevance | path

Searched refs:ngx_queue_sentinel (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.c62 for (q = ngx_queue_next(q); q != ngx_queue_sentinel(queue); q = next) { in ngx_queue_sort()
76 } while (prev != ngx_queue_sentinel(queue)); in ngx_queue_sort()
H A Dngx_queue.h58 #define ngx_queue_sentinel(h) \ macro
H A Dngx_resolver.c1749 q != ngx_queue_sentinel(&r->name_resend_queue) && times++ < 100; in ngx_resolver_process_response()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c640 q != ngx_queue_sentinel(locations); in ngx_http_merge_locations()
697 q != ngx_queue_sentinel(locations); in ngx_http_init_locations()
737 if (q != ngx_queue_sentinel(locations)) { in ngx_http_init_locations()
751 q != ngx_queue_sentinel(locations); in ngx_http_init_locations()
777 q != ngx_queue_sentinel(locations); in ngx_http_init_locations()
815 q != ngx_queue_sentinel(locations); in ngx_http_init_static_location_trees()
1026 x != ngx_queue_sentinel(locations); in ngx_http_create_locations_list()
1048 if (x == ngx_queue_sentinel(locations)) { in ngx_http_create_locations_list()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c252 q != ngx_queue_sentinel(cache); in ngx_http_upstream_get_keepalive_peer()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3219 q != ngx_queue_sentinel(&node->children); in ngx_http_v2_get_closed_node()
3229 q != ngx_queue_sentinel(&node->children); in ngx_http_v2_get_closed_node()
4767 q != ngx_queue_sentinel(children); in ngx_http_v2_set_dependency()
4797 q != ngx_queue_sentinel(&node->children); in ngx_http_v2_node_children_update()
H A Dngx_http_v2_filter_module.c1786 q != ngx_queue_sentinel(&h2c->waiting); in ngx_http_v2_waiting_queue()