conf_file         334 core/nginx.c                              init_cycle.conf_file.data);
conf_file         343 core/nginx.c                              cycle->conf_file.data);
conf_file         885 core/nginx.c           cycle->conf_file.len = ngx_strlen(ngx_conf_file);
conf_file         886 core/nginx.c           cycle->conf_file.data = ngx_conf_file;
conf_file         889 core/nginx.c           ngx_str_set(&cycle->conf_file, NGX_CONF_PATH);
conf_file         892 core/nginx.c       if (ngx_conf_full_name(cycle, &cycle->conf_file, 0) != NGX_OK) {
conf_file         896 core/nginx.c       for (p = cycle->conf_file.data + cycle->conf_file.len - 1;
conf_file         897 core/nginx.c            p > cycle->conf_file.data;
conf_file         901 core/nginx.c               cycle->conf_prefix.len = p - ngx_cycle->conf_file.data + 1;
conf_file         902 core/nginx.c               cycle->conf_prefix.data = ngx_cycle->conf_file.data;
conf_file          68 core/ngx_conf_file.c     ngx_conf_file_t   conf_file;
conf_file          76 core/ngx_conf_file.c     ngx_memzero(&conf_file, sizeof(ngx_conf_file_t));
conf_file          86 core/ngx_conf_file.c     conf_file.file.fd = NGX_INVALID_FILE;
conf_file          87 core/ngx_conf_file.c     conf_file.file.name.data = NULL;
conf_file          88 core/ngx_conf_file.c     conf_file.line = 0;
conf_file          90 core/ngx_conf_file.c     cf->conf_file = &conf_file;
conf_file          91 core/ngx_conf_file.c     cf->conf_file->buffer = &b;
conf_file          95 core/ngx_conf_file.c     cf->conf_file = NULL;
conf_file         108 core/ngx_conf_file.c     ngx_conf_file_t  *prev, conf_file;
conf_file         132 core/ngx_conf_file.c         prev = cf->conf_file;
conf_file         134 core/ngx_conf_file.c         cf->conf_file = &conf_file;
conf_file         136 core/ngx_conf_file.c         if (ngx_fd_info(fd, &cf->conf_file->file.info) == -1) {
conf_file         141 core/ngx_conf_file.c         cf->conf_file->buffer = &buf;
conf_file         153 core/ngx_conf_file.c         cf->conf_file->file.fd = fd;
conf_file         154 core/ngx_conf_file.c         cf->conf_file->file.name.len = filename->len;
conf_file         155 core/ngx_conf_file.c         cf->conf_file->file.name.data = filename->data;
conf_file         156 core/ngx_conf_file.c         cf->conf_file->file.offset = 0;
conf_file         157 core/ngx_conf_file.c         cf->conf_file->file.log = cf->log;
conf_file         158 core/ngx_conf_file.c         cf->conf_file->line = 1;
conf_file         162 core/ngx_conf_file.c     } else if (cf->conf_file->file.fd != NGX_INVALID_FILE) {
conf_file         257 core/ngx_conf_file.c         if (cf->conf_file->buffer->start) {
conf_file         258 core/ngx_conf_file.c             ngx_free(cf->conf_file->buffer->start);
conf_file         268 core/ngx_conf_file.c         cf->conf_file = prev;
conf_file         455 core/ngx_conf_file.c     b = cf->conf_file->buffer;
conf_file         457 core/ngx_conf_file.c     start_line = cf->conf_file->line;
conf_file         459 core/ngx_conf_file.c     file_size = ngx_file_size(&cf->conf_file->file.info);
conf_file         465 core/ngx_conf_file.c             if (cf->conf_file->file.offset >= file_size) {
conf_file         469 core/ngx_conf_file.c                     if (cf->conf_file->file.fd == NGX_INVALID_FILE) {
conf_file         488 core/ngx_conf_file.c                 cf->conf_file->line = start_line;
conf_file         513 core/ngx_conf_file.c             size = (ssize_t) (file_size - cf->conf_file->file.offset);
conf_file         519 core/ngx_conf_file.c             n = ngx_read_file(&cf->conf_file->file, b->start + len, size,
conf_file         520 core/ngx_conf_file.c                               cf->conf_file->file.offset);
conf_file         542 core/ngx_conf_file.c             cf->conf_file->line++;
conf_file         590 core/ngx_conf_file.c             start_line = cf->conf_file->line;
conf_file        1024 core/ngx_conf_file.c     if (cf->conf_file == NULL) {
conf_file        1029 core/ngx_conf_file.c     if (cf->conf_file->file.fd == NGX_INVALID_FILE) {
conf_file        1037 core/ngx_conf_file.c                   cf->conf_file->file.name.data, cf->conf_file->line);
conf_file         172 core/ngx_conf_file.h     ngx_conf_file_t      *conf_file;
conf_file         103 core/ngx_cycle.c     cycle->conf_file.len = old_cycle->conf_file.len;
conf_file         104 core/ngx_cycle.c     cycle->conf_file.data = ngx_pnalloc(pool, old_cycle->conf_file.len + 1);
conf_file         105 core/ngx_cycle.c     if (cycle->conf_file.data == NULL) {
conf_file         109 core/ngx_cycle.c     ngx_cpystrn(cycle->conf_file.data, old_cycle->conf_file.data,
conf_file         110 core/ngx_cycle.c                 old_cycle->conf_file.len + 1);
conf_file         267 core/ngx_cycle.c     if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) {
conf_file         275 core/ngx_cycle.c                        cycle->conf_file.data);
conf_file          63 core/ngx_cycle.h     ngx_str_t                 conf_file;
conf_file         273 core/ngx_file.c     path->conf_file = cf->conf_file->file.name.data;
conf_file         274 core/ngx_file.c     path->line = cf->conf_file->line;
conf_file         334 core/ngx_file.c     (*path)->conf_file = NULL;
conf_file         421 core/ngx_file.c                     if (path->conf_file == NULL) {
conf_file         422 core/ngx_file.c                         if (p[i]->conf_file == NULL) {
conf_file         437 core/ngx_file.c                                       &p[i]->name, p[i]->conf_file, p[i]->line);
conf_file         444 core/ngx_file.c                                       &p[i]->name, p[i]->conf_file, p[i]->line);
conf_file          50 core/ngx_file.h     u_char                    *conf_file;
conf_file         508 http/modules/ngx_http_ssl_module.c     sscf->file = cf->conf_file->file.name.data;
conf_file         509 http/modules/ngx_http_ssl_module.c     sscf->line = cf->conf_file->line;
conf_file         879 http/ngx_http.c     lq->file_name = cf->conf_file->file.name.data;
conf_file         880 http/ngx_http.c     lq->line = cf->conf_file->line;
conf_file        4266 http/ngx_http_upstream.c     uscf->file_name = cf->conf_file->file.name.data;
conf_file        4267 http/ngx_http_upstream.c     uscf->line = cf->conf_file->line;
conf_file        1309 mail/ngx_mail_auth_http_module.c     ahcf->file = cf->conf_file->file.name.data;
conf_file        1310 mail/ngx_mail_auth_http_module.c     ahcf->line = cf->conf_file->line;
conf_file         165 mail/ngx_mail_core_module.c     cscf->file_name = cf->conf_file->file.name.data;
conf_file         166 mail/ngx_mail_core_module.c     cscf->line = cf->conf_file->line;
conf_file         335 mail/ngx_mail_ssl_module.c     scf->file = cf->conf_file->file.name.data;
conf_file         336 mail/ngx_mail_ssl_module.c     scf->line = cf->conf_file->line;
conf_file         361 mail/ngx_mail_ssl_module.c     scf->file = cf->conf_file->file.name.data;
conf_file         362 mail/ngx_mail_ssl_module.c     scf->line = cf->conf_file->line;