Home
last modified time | relevance | path

Searched refs:ngx_abs (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c165 ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60)); in ngx_time_update()
174 ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60)); in ngx_time_update()
H A Dngx_core.h100 #define ngx_abs(value) (((value) >= 0) ? (value) : - (value)) macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_timer.h68 if (ngx_abs(diff) < NGX_TIMER_LAZY_DELAY) { in ngx_event_add_timer()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c1890 elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last)); in ngx_http_file_cache_expire()
2012 elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last)); in ngx_http_file_cache_manager()
2022 elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last)); in ngx_http_file_cache_manager()
2103 elapsed = ngx_abs((ngx_msec_int_t) (ngx_current_msec - cache->last)); in ngx_http_file_cache_manage_file()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_req_module.c605 ms = ngx_abs(ms); in ngx_http_limit_req_expire()