Home
last modified time | relevance | path

Searched refs:ngx_queue_add (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.h96 #define ngx_queue_add(h, n) \ macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1046 ngx_queue_add(&lq->list, &tail); in ngx_http_create_locations_list()
1054 ngx_queue_add(locations, &tail); in ngx_http_create_locations_list()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3255 ngx_queue_add(children, &node->children); in ngx_http_v2_get_closed_node()
4774 ngx_queue_add(&node->children, children); in ngx_http_v2_set_dependency()