source             57 event/modules/ngx_eventport_module.c int port_associate(int port, int source, uintptr_t object, int events,
source             63 event/modules/ngx_eventport_module.c int port_dissociate(int port, int source, uintptr_t object)
source           2414 http/modules/ngx_http_fastcgi_module.c         sc.source = &src[i].value;
source           2638 http/modules/ngx_http_fastcgi_module.c         sc.source = url;
source           2754 http/modules/ngx_http_fastcgi_module.c     sc.source = &value[1];
source            502 http/modules/ngx_http_index_module.c         sc.source = &value[i];
source            914 http/modules/ngx_http_log_module.c         sc.source = &value[1];
source           2057 http/modules/ngx_http_proxy_module.c         sc.source = &conf->body_source;
source           2269 http/modules/ngx_http_proxy_module.c             sc.source = &src[i].value;
source           2377 http/modules/ngx_http_proxy_module.c         sc.source = url;
source           2573 http/modules/ngx_http_proxy_module.c     sc.source = &value[2];
source           2634 http/modules/ngx_http_proxy_module.c     sc.source = &value[1];
source            381 http/modules/ngx_http_rewrite_module.c     sc.source = &value[2];
source            995 http/modules/ngx_http_rewrite_module.c     sc.source = value;
source           1421 http/modules/ngx_http_scgi_module.c         sc.source = &src[i].value;
source           1508 http/modules/ngx_http_scgi_module.c         sc.source = url;
source           1580 http/modules/ngx_http_scgi_module.c     sc.source = &value[1];
source           1479 http/modules/ngx_http_uwsgi_module.c         sc.source = &src[i].value;
source           1559 http/modules/ngx_http_uwsgi_module.c         sc.source = url;
source           1632 http/modules/ngx_http_uwsgi_module.c     sc.source = &value[1];
source           3837 http/ngx_http_core_module.c         sc.source = &clcf->root;
source           4163 http/ngx_http_core_module.c             sc.source = &tf[i].name;
source            188 http/ngx_http_script.c     sc.source = v;
source            346 http/ngx_http_script.c     for (i = 0; i < sc->source->len; /* void */ ) {
source            350 http/ngx_http_script.c         if (sc->source->data[i] == '$') {
source            352 http/ngx_http_script.c             if (++i == sc->source->len) {
source            360 http/ngx_http_script.c             if (sc->source->data[i] >= '1' && sc->source->data[i] <= '9') {
source            362 http/ngx_http_script.c                 n = sc->source->data[i] - '0';
source            381 http/ngx_http_script.c             if (sc->source->data[i] == '{') {
source            384 http/ngx_http_script.c                 if (++i == sc->source->len) {
source            388 http/ngx_http_script.c                 name.data = &sc->source->data[i];
source            392 http/ngx_http_script.c                 name.data = &sc->source->data[i];
source            395 http/ngx_http_script.c             for ( /* void */ ; i < sc->source->len; i++, name.len++) {
source            396 http/ngx_http_script.c                 ch = sc->source->data[i];
source            435 http/ngx_http_script.c         if (sc->source->data[i] == '?' && sc->compile_args) {
source            448 http/ngx_http_script.c         name.data = &sc->source->data[i];
source            450 http/ngx_http_script.c         while (i < sc->source->len) {
source            452 http/ngx_http_script.c             if (sc->source->data[i] == '$') {
source            456 http/ngx_http_script.c             if (sc->source->data[i] == '?') {
source            471 http/ngx_http_script.c         if (ngx_http_script_add_copy_code(sc, &name, (i == sc->source->len))
source            583 http/ngx_http_script.c                 + sc->source->len
source             40 http/ngx_http_script.h     ngx_str_t                  *source;