conf_prefix       844 core/nginx.c           cycle->conf_prefix.len = len;
conf_prefix       845 core/nginx.c           cycle->conf_prefix.data = p;
conf_prefix       867 core/nginx.c           cycle->conf_prefix.len = len;
conf_prefix       868 core/nginx.c           cycle->conf_prefix.data = p;
conf_prefix       875 core/nginx.c           ngx_str_set(&cycle->conf_prefix, NGX_CONF_PREFIX);
conf_prefix       877 core/nginx.c           ngx_str_set(&cycle->conf_prefix, NGX_PREFIX);
conf_prefix       901 core/nginx.c               cycle->conf_prefix.len = p - ngx_cycle->conf_file.data + 1;
conf_prefix       902 core/nginx.c               cycle->conf_prefix.data = ngx_cycle->conf_file.data;
conf_prefix       804 core/ngx_conf_file.c ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name, ngx_uint_t conf_prefix)
conf_prefix       816 core/ngx_conf_file.c     if (conf_prefix) {
conf_prefix       817 core/ngx_conf_file.c         len = cycle->conf_prefix.len;
conf_prefix       818 core/ngx_conf_file.c         prefix = cycle->conf_prefix.data;
conf_prefix       322 core/ngx_conf_file.h     ngx_uint_t conf_prefix);
conf_prefix        89 core/ngx_cycle.c     cycle->conf_prefix.len = old_cycle->conf_prefix.len;
conf_prefix        90 core/ngx_cycle.c     cycle->conf_prefix.data = ngx_pstrdup(pool, &old_cycle->conf_prefix);
conf_prefix        91 core/ngx_cycle.c     if (cycle->conf_prefix.data == NULL) {
conf_prefix        65 core/ngx_cycle.h     ngx_str_t                 conf_prefix;
conf_prefix       469 http/modules/ngx_http_auth_basic_module.c     ccv.conf_prefix = 1;
conf_prefix       135 http/ngx_http_script.c     if (v->data[0] != '$' && (ccv->conf_prefix || ccv->root_prefix)) {
conf_prefix       137 http/ngx_http_script.c         if (ngx_conf_full_name(ccv->cf->cycle, v, ccv->conf_prefix) != NGX_OK) {
conf_prefix       141 http/ngx_http_script.c         ccv->conf_prefix = 0;
conf_prefix       195 http/ngx_http_script.c     sc.conf_prefix = ccv->conf_prefix;
conf_prefix       615 http/ngx_http_script.c     if (sc->conf_prefix || sc->root_prefix) {
conf_prefix      1297 http/ngx_http_script.c     code->conf_prefix = sc->conf_prefix;
conf_prefix      1307 http/ngx_http_script.c     code->conf_prefix = sc->conf_prefix;
conf_prefix      1322 http/ngx_http_script.c     return code->conf_prefix ? ngx_cycle->conf_prefix.len:
conf_prefix      1339 http/ngx_http_script.c     if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, &value, code->conf_prefix)
conf_prefix        57 http/ngx_http_script.h     unsigned                    conf_prefix:1;
conf_prefix        79 http/ngx_http_script.h     unsigned                    conf_prefix:1;
conf_prefix       155 http/ngx_http_script.h     uintptr_t                   conf_prefix;