filename          102 core/ngx_conf_file.c ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)
filename          120 core/ngx_conf_file.c     if (filename) {
filename          124 core/ngx_conf_file.c         fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
filename          128 core/ngx_conf_file.c                                filename->data);
filename          138 core/ngx_conf_file.c                           ngx_fd_info_n " \"%s\" failed", filename->data);
filename          154 core/ngx_conf_file.c         cf->conf_file->file.name.len = filename->len;
filename          155 core/ngx_conf_file.c         cf->conf_file->file.name.data = filename->data;
filename          256 core/ngx_conf_file.c     if (filename) {
filename          264 core/ngx_conf_file.c                           filename->data);
filename          318 core/ngx_conf_file.h char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
filename          139 http/modules/ngx_http_autoindex_module.c     u_char                         *last, *filename, scale;
filename          247 http/modules/ngx_http_autoindex_module.c     filename = path.data;
filename          248 http/modules/ngx_http_autoindex_module.c     filename[path.len] = '/';
filename          292 http/modules/ngx_http_autoindex_module.c                 filename = ngx_pnalloc(pool, allocated);
filename          293 http/modules/ngx_http_autoindex_module.c                 if (filename == NULL) {
filename          297 http/modules/ngx_http_autoindex_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
filename          303 http/modules/ngx_http_autoindex_module.c             if (ngx_de_info(filename, &dir) == NGX_FILE_ERROR) {
filename          308 http/modules/ngx_http_autoindex_module.c                                   ngx_de_info_n " \"%s\" failed", filename);
filename          317 http/modules/ngx_http_autoindex_module.c                 if (ngx_de_link_info(filename, &dir) == NGX_FILE_ERROR) {
filename          320 http/modules/ngx_http_autoindex_module.c                                   filename);
filename           75 http/modules/ngx_http_random_index_module.c     u_char                            *last, *filename;
filename          147 http/modules/ngx_http_random_index_module.c     filename = path.data;
filename          148 http/modules/ngx_http_random_index_module.c     filename[path.len] = '/';
filename          182 http/modules/ngx_http_random_index_module.c                 filename = ngx_pnalloc(r->pool, allocated);
filename          183 http/modules/ngx_http_random_index_module.c                 if (filename == NULL) {
filename          187 http/modules/ngx_http_random_index_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
filename          193 http/modules/ngx_http_random_index_module.c             if (ngx_de_info(filename, &dir) == NGX_FILE_ERROR) {
filename          198 http/modules/ngx_http_random_index_module.c                                   ngx_de_info_n " \"%s\" failed", filename);
filename          202 http/modules/ngx_http_random_index_module.c                 if (ngx_de_link_info(filename, &dir) == NGX_FILE_ERROR) {
filename          205 http/modules/ngx_http_random_index_module.c                                   filename);
filename          246 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
filename          341 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
filename          440 http/modules/perl/ngx_http_perl_module.c     ctx->filename.data = NULL;
filename           23 http/modules/perl/ngx_http_perl_module.h     ngx_str_t                 filename;