error_pages      3282 http/ngx_http_core_module.c     if (conf->error_pages == NULL && prev->error_pages) {
error_pages      3283 http/ngx_http_core_module.c         conf->error_pages = prev->error_pages;
error_pages      4011 http/ngx_http_core_module.c     if (clcf->error_pages == NULL) {
error_pages      4012 http/ngx_http_core_module.c         clcf->error_pages = ngx_array_create(cf->pool, 4,
error_pages      4014 http/ngx_http_core_module.c         if (clcf->error_pages == NULL) {
error_pages      4077 http/ngx_http_core_module.c         err = ngx_array_push(clcf->error_pages);
error_pages       393 http/ngx_http_core_module.h     ngx_array_t  *error_pages;             /* error_page */
error_pages       392 http/ngx_http_special_response.c     if (!r->error_page && clcf->error_pages && r->uri_changes != 0) {
error_pages       398 http/ngx_http_special_response.c         err_page = clcf->error_pages->elts;
error_pages       400 http/ngx_http_special_response.c         for (i = 0; i < clcf->error_pages->nelts; i++) {
error_pages      1706 http/ngx_http_upstream.c     if (clcf->error_pages == NULL) {
error_pages      1710 http/ngx_http_upstream.c     err_page = clcf->error_pages->elts;
error_pages      1711 http/ngx_http_upstream.c     for (i = 0; i < clcf->error_pages->nelts; i++) {