internal          788 http/modules/ngx_http_proxy_module.c     if (r->quoted_uri || r->internal) {
internal          887 http/modules/ngx_http_proxy_module.c         if (r->quoted_uri || r->space_in_uri || r->internal) {
internal          789 http/ngx_http_core_module.c     if (!r->internal) {
internal          931 http/ngx_http_core_module.c     if (!r->internal && clcf->internal) {
internal         2275 http/ngx_http_core_module.c     sr->internal = 1;
internal         2340 http/ngx_http_core_module.c     r->internal = 1;
internal         2378 http/ngx_http_core_module.c             r->internal = 1;
internal         3101 http/ngx_http_core_module.c     clcf->internal = NGX_CONF_UNSET;
internal         3308 http/ngx_http_core_module.c     ngx_conf_merge_value(conf->internal, prev->internal, 0);
internal         4349 http/ngx_http_core_module.c     if (clcf->internal != NGX_CONF_UNSET) {
internal         4353 http/ngx_http_core_module.c     clcf->internal = 1;
internal          364 http/ngx_http_core_module.h     ngx_flag_t    internal;                /* internal */
internal          498 http/ngx_http_request.h     unsigned                          internal:1;
internal         1003 http/ngx_http_script.c         r->internal = 1;