Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c335 if (ngx_close_file(file->fd) == NGX_FILE_ERROR) { in ngx_open_cached_file()
463 if (ngx_close_file(file->fd) == NGX_FILE_ERROR) { in ngx_open_cached_file()
479 if (ngx_close_file(of->fd) == NGX_FILE_ERROR) { in ngx_open_cached_file()
545 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_openat_file_owner()
725 if (at_fd != NGX_AT_FDCWD && ngx_close_file(at_fd) == NGX_FILE_ERROR) { in ngx_open_file_wrapper()
770 if (at_fd != NGX_AT_FDCWD && ngx_close_file(at_fd) == NGX_FILE_ERROR) { in ngx_open_file_wrapper()
829 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_file_info_wrapper()
894 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_open_and_stat_file()
905 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_open_and_stat_file()
1060 if (ngx_close_file(file->fd) == NGX_FILE_ERROR) { in ngx_close_cached_file()
H A Dngx_cycle.c750 if (ngx_close_file(file[i].fd) == NGX_FILE_ERROR) { in ngx_init_cycle()
839 if (ngx_close_file(file[i].fd) == NGX_FILE_ERROR) { in ngx_init_cycle()
1043 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_create_pidfile()
1098 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_signal_process()
1138 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_test_lockfile()
1206 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_reopen_files()
1221 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_reopen_files()
1239 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_reopen_files()
1255 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_reopen_files()
1265 if (ngx_close_file(file[i].fd) == NGX_FILE_ERROR) { in ngx_reopen_files()
H A Dngx_palloc.c371 if (ngx_close_file(c->fd) == NGX_FILE_ERROR) { in ngx_pool_cleanup_file()
397 if (ngx_close_file(c->fd) == NGX_FILE_ERROR) { in ngx_pool_delete_file()
H A Dngx_shmtx.c238 if (ngx_close_file(mtx->fd) == NGX_FILE_ERROR) { in ngx_shmtx_destroy()
H A Dngx_file.c906 if (ngx_close_file(nfd) == NGX_FILE_ERROR) { in ngx_copy_file()
913 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_copy_file()
H A Dngx_conf_file.c337 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_conf_parse()
H A Dnginx.c390 if (ngx_close_file(log->file->fd) == NGX_FILE_ERROR) { in main()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c160 if (ngx_close_file(of.fd) == NGX_FILE_ERROR) { in ngx_http_flv_handler()
H A Dngx_http_auth_basic_module.c344 if (ngx_close_file(file->fd) == NGX_FILE_ERROR) { in ngx_http_auth_basic_close()
H A Dngx_http_dav_module.c936 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_http_dav_copy_dir_time()
H A Dngx_http_geo_module.c1568 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_http_geo_include_binary_base()
H A Dngx_http_mp4_module.c525 if (ngx_close_file(of.fd) == NGX_FILE_ERROR) { in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c647 if (ngx_close_file(fm->fd) == NGX_FILE_ERROR) { in ngx_create_file_mapping()
664 if (ngx_close_file(fm->fd) == NGX_FILE_ERROR) { in ngx_close_file_mapping()
H A Dngx_files.h109 #define ngx_close_file close macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c1232 if (ngx_close_file(fd) == NGX_FILE_ERROR) { in ngx_ssl_read_password_file()
3829 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_ssl_session_ticket_keys()
3860 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_ssl_session_ticket_keys()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1496 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_stream_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c1555 if (ngx_close_file(file.fd) == NGX_FILE_ERROR) { in ngx_http_file_cache_update_header()