Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h152 ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision);
H A Dngx_file.c185 n = (uint32_t) ngx_next_temp_number(0); in ngx_create_temp_file()
222 n = (uint32_t) ngx_next_temp_number(1); in ngx_create_temp_file()
348 ngx_next_temp_number(ngx_uint_t collision) in ngx_next_temp_number() function
742 (uint32_t) ngx_next_temp_number(0)); in ngx_ext_rename_file()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c488 boundary = ngx_next_temp_number(0); in ngx_http_range_multipart_header()