Home
last modified time | relevance | path

Searched refs:ngx_queue_empty (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_posted.c23 while (!ngx_queue_empty(posted)) { in ngx_event_process_posted()
H A Dngx_event_openssl.c3658 if (ngx_queue_empty(&cache->expire_queue)) { in ngx_ssl_expire_sessions()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.h29 #define ngx_queue_empty(h) \ macro
H A Dngx_open_file_cache.c101 if (ngx_queue_empty(&cache->expire_queue)) { in ngx_open_file_cache_cleanup()
1112 if (ngx_queue_empty(&cache->expire_queue)) { in ngx_expire_old_cached_files()
H A Dngx_resolver.c1227 if (ngx_queue_empty(queue)) { in ngx_resolver_expire()
1499 if (ngx_queue_empty(queue)) { in ngx_resolver_resend()
1542 return ngx_queue_empty(&r->name_resend_queue) in ngx_resolver_resend_empty()
1543 && ngx_queue_empty(&r->srv_resend_queue) in ngx_resolver_resend_empty()
1545 && ngx_queue_empty(&r->addr6_resend_queue) in ngx_resolver_resend_empty()
1547 && ngx_queue_empty(&r->addr_resend_queue); in ngx_resolver_resend_empty()
H A Dngx_connection.c1385 if (ngx_queue_empty(&cycle->reusable_connections_queue)) {
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c810 if (ngx_queue_empty(locations)) { in ngx_http_init_static_location_trees()
1101 if (ngx_queue_empty(locations)) { in ngx_http_create_locations_tree()
1116 if (ngx_queue_empty(&tail)) { in ngx_http_create_locations_tree()
1127 if (ngx_queue_empty(&lq->list)) { in ngx_http_create_locations_tree()
H A Dngx_http_file_cache.c1733 if (ngx_queue_empty(&cache->sh->queue)) { in ngx_http_file_cache_forced_expire()
1831 if (ngx_queue_empty(&cache->sh->queue)) { in ngx_http_file_cache_expire()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c347 if (ngx_queue_empty(&kp->conf->free)) { in ngx_http_upstream_free_keepalive_peer()
H A Dngx_http_limit_req_module.c584 if (ngx_queue_empty(&ctx->sh->queue)) { in ngx_http_limit_req_expire()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c2128 while (!ngx_queue_empty(&h2c->waiting)) { in ngx_http_v2_filter_cleanup()
H A Dngx_http_v2.c2349 while (!ngx_queue_empty(&h2c->waiting)) { in ngx_http_v2_state_window_update()