Home
last modified time | relevance | path

Searched refs:ngx_queue_head (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.c22 middle = ngx_queue_head(queue); in ngx_queue_middle()
28 next = ngx_queue_head(queue); in ngx_queue_middle()
56 q = ngx_queue_head(queue); in ngx_queue_sort()
H A Dngx_queue.h50 #define ngx_queue_head(h) \ macro
H A Dngx_resolver.c1748 for (q = ngx_queue_head(&r->name_resend_queue); in ngx_resolver_process_response()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_posted.c25 q = ngx_queue_head(posted); in ngx_event_process_posted()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c639 for (q = ngx_queue_head(locations); in ngx_http_merge_locations()
696 for (q = ngx_queue_head(locations); in ngx_http_init_locations()
814 for (q = ngx_queue_head(locations); in ngx_http_init_static_location_trees()
831 ngx_http_create_locations_list(locations, ngx_queue_head(locations)); in ngx_http_init_static_location_trees()
968 q = ngx_queue_head(locations); in ngx_http_join_exact_locations()
1049 ngx_http_create_locations_list(&lq->list, ngx_queue_head(&lq->list)); in ngx_http_create_locations_list()
1056 ngx_http_create_locations_list(&lq->list, ngx_queue_head(&lq->list)); in ngx_http_create_locations_list()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c251 for (q = ngx_queue_head(cache); in ngx_http_upstream_get_keepalive_peer()
357 q = ngx_queue_head(&kp->conf->free); in ngx_http_upstream_free_keepalive_peer()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2350 q = ngx_queue_head(&h2c->waiting); in ngx_http_v2_state_window_update()
3195 q = ngx_queue_head(&h2c->closed); in ngx_http_v2_get_closed_node()
3218 for (q = ngx_queue_head(&node->children); in ngx_http_v2_get_closed_node()
3228 for (q = ngx_queue_head(&node->children); in ngx_http_v2_get_closed_node()
4766 for (q = ngx_queue_head(children); in ngx_http_v2_set_dependency()
4796 for (q = ngx_queue_head(&node->children); in ngx_http_v2_node_children_update()
H A Dngx_http_v2_filter_module.c2129 q = ngx_queue_head(&h2c->waiting); in ngx_http_v2_filter_cleanup()