Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_random_index_module.c21 static ngx_int_t ngx_http_random_index_error(ngx_http_request_t *r,
145 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
160 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
185 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
200 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
207 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
218 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
225 return ngx_http_random_index_error(r, &dir, &path); in ngx_http_random_index_handler()
261 ngx_http_random_index_error(ngx_http_request_t *r, ngx_dir_t *dir, in ngx_http_random_index_error() function