fi               1177 core/ngx_cycle.c             ngx_file_info_t  fi;
fi               1179 core/ngx_cycle.c             if (ngx_file_info((const char *) file[i].name.data, &fi)
fi               1193 core/ngx_cycle.c             if (fi.st_uid != user) {
fi               1207 core/ngx_cycle.c             if ((fi.st_mode & (S_IRUSR|S_IWUSR)) != (S_IRUSR|S_IWUSR)) {
fi               1209 core/ngx_cycle.c                 fi.st_mode |= (S_IRUSR|S_IWUSR);
fi               1211 core/ngx_cycle.c                 if (chmod((const char *) file[i].name.data, fi.st_mode) == -1) {
fi                496 core/ngx_file.c         ngx_file_info_t   fi;
fi                498 core/ngx_file.c         if (ngx_file_info((const char *) path[i]->name.data, &fi)
fi                506 core/ngx_file.c         if (fi.st_uid != user) {
fi                515 core/ngx_file.c         if ((fi.st_mode & (S_IRUSR|S_IWUSR|S_IXUSR))
fi                518 core/ngx_file.c             fi.st_mode |= (S_IRUSR|S_IWUSR|S_IXUSR);
fi                520 core/ngx_file.c             if (chmod((const char *) path[i]->name.data, fi.st_mode) == -1) {
fi                678 core/ngx_file.c     ngx_file_info_t   fi;
fi                696 core/ngx_file.c         if (ngx_fd_info(fd, &fi) == NGX_FILE_ERROR) {
fi                703 core/ngx_file.c         size = ngx_file_size(&fi);
fi                136 core/ngx_open_file_cache.c     ngx_file_info_t                 fi;
fi                149 core/ngx_open_file_cache.c             if (ngx_file_info(name->data, &fi) == NGX_FILE_ERROR) {
fi                155 core/ngx_open_file_cache.c             of->uniq = ngx_file_uniq(&fi);
fi                156 core/ngx_open_file_cache.c             of->mtime = ngx_file_mtime(&fi);
fi                157 core/ngx_open_file_cache.c             of->size = ngx_file_size(&fi);
fi                158 core/ngx_open_file_cache.c             of->is_dir = ngx_is_dir(&fi);
fi                159 core/ngx_open_file_cache.c             of->is_file = ngx_is_file(&fi);
fi                160 core/ngx_open_file_cache.c             of->is_link = ngx_is_link(&fi);
fi                161 core/ngx_open_file_cache.c             of->is_exec = ngx_is_exec(&fi);
fi                467 core/ngx_open_file_cache.c     ngx_file_info_t  fi;
fi                471 core/ngx_open_file_cache.c         if (ngx_file_info(name, &fi) == NGX_FILE_ERROR) {
fi                476 core/ngx_open_file_cache.c         if (of->uniq == ngx_file_uniq(&fi)) {
fi                482 core/ngx_open_file_cache.c         if (ngx_file_info(name, &fi) == NGX_FILE_ERROR) {
fi                487 core/ngx_open_file_cache.c         if (ngx_is_dir(&fi)) {
fi                512 core/ngx_open_file_cache.c     if (ngx_fd_info(fd, &fi) == NGX_FILE_ERROR) {
fi                526 core/ngx_open_file_cache.c     if (ngx_is_dir(&fi)) {
fi                537 core/ngx_open_file_cache.c         if (of->read_ahead && ngx_file_size(&fi) > NGX_MIN_READ_AHEAD) {
fi                544 core/ngx_open_file_cache.c         if (of->directio <= ngx_file_size(&fi)) {
fi                557 core/ngx_open_file_cache.c     of->uniq = ngx_file_uniq(&fi);
fi                558 core/ngx_open_file_cache.c     of->mtime = ngx_file_mtime(&fi);
fi                559 core/ngx_open_file_cache.c     of->size = ngx_file_size(&fi);
fi                560 core/ngx_open_file_cache.c     of->is_dir = ngx_is_dir(&fi);
fi                561 core/ngx_open_file_cache.c     of->is_file = ngx_is_file(&fi);
fi                562 core/ngx_open_file_cache.c     of->is_link = ngx_is_link(&fi);
fi                563 core/ngx_open_file_cache.c     of->is_exec = ngx_is_exec(&fi);
fi                207 http/modules/ngx_http_dav_module.c     ngx_file_info_t           fi;
fi                220 http/modules/ngx_http_dav_module.c     if (ngx_file_info(path.data, &fi) == NGX_FILE_ERROR) {
fi                226 http/modules/ngx_http_dav_module.c         if (ngx_is_dir(&fi)) {
fi                290 http/modules/ngx_http_dav_module.c     ngx_file_info_t           fi;
fi                324 http/modules/ngx_http_dav_module.c     if (ngx_link_info(path.data, &fi) == NGX_FILE_ERROR) {
fi                333 http/modules/ngx_http_dav_module.c     if (ngx_is_dir(&fi)) {
fi                520 http/modules/ngx_http_dav_module.c     ngx_file_info_t           fi;
fi                691 http/modules/ngx_http_dav_module.c     if (ngx_link_info(copy.path.data, &fi) == NGX_FILE_ERROR) {
fi                709 http/modules/ngx_http_dav_module.c         if (ngx_is_dir(&fi) && !slash) {
fi                722 http/modules/ngx_http_dav_module.c         dir = ngx_is_dir(&fi);
fi                725 http/modules/ngx_http_dav_module.c     if (ngx_link_info(path.data, &fi) == NGX_FILE_ERROR) {
fi                731 http/modules/ngx_http_dav_module.c     if (ngx_is_dir(&fi)) {
fi                751 http/modules/ngx_http_dav_module.c     if (ngx_is_dir(&fi)) {
fi                761 http/modules/ngx_http_dav_module.c         if (ngx_create_dir(copy.path.data, ngx_file_access(&fi))
fi                815 http/modules/ngx_http_dav_module.c         cf.size = ngx_file_size(&fi);
fi                818 http/modules/ngx_http_dav_module.c         cf.time = ngx_file_mtime(&fi);
fi               1152 http/modules/ngx_http_geo_module.c     ngx_file_info_t             fi;
fi               1187 http/modules/ngx_http_geo_module.c     if (ngx_fd_info(file.fd, &fi) == NGX_FILE_ERROR) {
fi               1193 http/modules/ngx_http_geo_module.c     size = (size_t) ngx_file_size(&fi);
fi               1194 http/modules/ngx_http_geo_module.c     mtime = ngx_file_mtime(&fi);
fi               1199 http/modules/ngx_http_geo_module.c     if (ngx_file_info(name->data, &fi) == NGX_FILE_ERROR) {
fi               1207 http/modules/ngx_http_geo_module.c     if (mtime < ngx_file_mtime(&fi)) {
fi                783 http/ngx_http_file_cache.c     ngx_file_info_t         fi;
fi                820 http/ngx_http_file_cache.c         if (ngx_fd_info(tf->file.fd, &fi) == NGX_FILE_ERROR) {
fi                827 http/ngx_http_file_cache.c             uniq = ngx_file_uniq(&fi);
fi                828 http/ngx_http_file_cache.c             length = ngx_file_size(&fi);
fi               1339 http/ngx_http_file_cache.c     ngx_file_info_t                fi;
fi               1374 http/ngx_http_file_cache.c     if (ngx_fd_info(fd, &fi) == NGX_FILE_ERROR) {
fi               1379 http/ngx_http_file_cache.c         c.uniq = ngx_file_uniq(&fi);
fi               1383 http/ngx_http_file_cache.c         c.length = ngx_file_size(&fi);