Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_random_index_module.c231 if (ngx_close_dir(&dir) == NGX_ERROR) { in ngx_http_random_index_handler()
264 if (ngx_close_dir(dir) == NGX_ERROR) { in ngx_http_random_index_error()
H A Dngx_http_autoindex_module.c286 if (ngx_close_dir(&dir) == NGX_ERROR) { in ngx_http_autoindex_handler()
383 if (ngx_close_dir(&dir) == NGX_ERROR) { in ngx_http_autoindex_handler()
1012 if (ngx_close_dir(dir) == NGX_ERROR) { in ngx_http_autoindex_error()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h220 #define ngx_close_dir(d) closedir((d)->dir) macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c1122 if (ngx_close_dir(&dir) == NGX_ERROR) { in ngx_walk_tree()