code               72 core/ngx_resolver.c     ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan, ngx_uint_t ans);
code               74 core/ngx_resolver.c     ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan);
code              969 core/ngx_resolver.c     ngx_uint_t             i, times, ident, qident, flags, code, nqs, nan,
code              999 core/ngx_resolver.c     code = flags & 0x7f;
code             1001 core/ngx_resolver.c     if (code == NGX_RESOLVE_FORMERR) {
code             1015 core/ngx_resolver.c                               code, ngx_resolver_strerror(code), ident,
code             1024 core/ngx_resolver.c     if (code > NGX_RESOLVE_REFUSED) {
code             1077 core/ngx_resolver.c         ngx_resolver_process_a(r, buf, n, ident, code, nan,
code             1084 core/ngx_resolver.c         ngx_resolver_process_ptr(r, buf, n, ident, code, nan);
code             1110 core/ngx_resolver.c                   code, ngx_resolver_strerror(code), ident);
code             1117 core/ngx_resolver.c     ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan, ngx_uint_t ans)
code             1159 core/ngx_resolver.c     if (code == 0 && nan == 0) {
code             1160 core/ngx_resolver.c         code = 3; /* NXDOMAIN */
code             1163 core/ngx_resolver.c     if (code) {
code             1177 core/ngx_resolver.c              ctx->state = code;
code             1418 core/ngx_resolver.c     ngx_uint_t ident, ngx_uint_t code, ngx_uint_t nan)
code             1475 core/ngx_resolver.c     if (code == 0 && nan == 0) {
code             1476 core/ngx_resolver.c         code = 3; /* NXDOMAIN */
code             1479 core/ngx_resolver.c     if (code) {
code             1493 core/ngx_resolver.c              ctx->state = code;
code              699 http/modules/ngx_http_fastcgi_module.c     ngx_http_script_code_pt       code;
code              886 http/modules/ngx_http_fastcgi_module.c                 code = *(ngx_http_script_code_pt *) e.ip;
code              887 http/modules/ngx_http_fastcgi_module.c                 code((ngx_http_script_engine_t *) &e);
code             2018 http/modules/ngx_http_fastcgi_module.c     uintptr_t                    *code;
code             2391 http/modules/ngx_http_fastcgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
code             2404 http/modules/ngx_http_fastcgi_module.c         copy->code = ngx_http_script_copy_code;
code             2423 http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             2424 http/modules/ngx_http_fastcgi_module.c         if (code == NULL) {
code             2428 http/modules/ngx_http_fastcgi_module.c         *code = (uintptr_t) NULL;
code             2431 http/modules/ngx_http_fastcgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
code             2432 http/modules/ngx_http_fastcgi_module.c         if (code == NULL) {
code             2436 http/modules/ngx_http_fastcgi_module.c         *code = (uintptr_t) NULL;
code             2439 http/modules/ngx_http_fastcgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             2440 http/modules/ngx_http_fastcgi_module.c     if (code == NULL) {
code             2444 http/modules/ngx_http_fastcgi_module.c     *code = (uintptr_t) NULL;
code              105 http/modules/ngx_http_index_module.c     ngx_http_script_code_pt       code;
code              184 http/modules/ngx_http_index_module.c                 code = *(ngx_http_script_code_pt *) e.ip;
code              185 http/modules/ngx_http_index_module.c                 code((ngx_http_script_engine_t *) &e);
code              845 http/modules/ngx_http_proxy_module.c     ngx_http_script_code_pt       code;
code             1043 http/modules/ngx_http_proxy_module.c             code = *(ngx_http_script_code_pt *) e.ip;
code             1044 http/modules/ngx_http_proxy_module.c             code((ngx_http_script_engine_t *) &e);
code             1098 http/modules/ngx_http_proxy_module.c             code = *(ngx_http_script_code_pt *) e.ip;
code             1099 http/modules/ngx_http_proxy_module.c             code((ngx_http_script_engine_t *) &e);
code             1156 http/modules/ngx_http_proxy_module.c     ctx->status.code = 0;
code             1217 http/modules/ngx_http_proxy_module.c         u->state->status = ctx->status.code;
code             1220 http/modules/ngx_http_proxy_module.c     u->headers_in.status_n = ctx->status.code;
code             1563 http/modules/ngx_http_proxy_module.c     ngx_http_script_code_pt       code;
code             1597 http/modules/ngx_http_proxy_module.c         code = *(ngx_http_script_code_pt *) e.ip;
code             1598 http/modules/ngx_http_proxy_module.c         code(&e);
code             2099 http/modules/ngx_http_proxy_module.c     uintptr_t                    *code;
code             2209 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
code             2226 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
code             2244 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
code             2258 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
code             2285 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
code             2299 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
code             2306 http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(conf->headers_set_len, sizeof(uintptr_t));
code             2307 http/modules/ngx_http_proxy_module.c         if (code == NULL) {
code             2311 http/modules/ngx_http_proxy_module.c         *code = (uintptr_t) NULL;
code             2313 http/modules/ngx_http_proxy_module.c         code = ngx_array_push_n(conf->headers_set, sizeof(uintptr_t));
code             2314 http/modules/ngx_http_proxy_module.c         if (code == NULL) {
code             2318 http/modules/ngx_http_proxy_module.c         *code = (uintptr_t) NULL;
code             2321 http/modules/ngx_http_proxy_module.c     code = ngx_array_push_n(conf->headers_set_len, sizeof(uintptr_t));
code             2322 http/modules/ngx_http_proxy_module.c     if (code == NULL) {
code             2326 http/modules/ngx_http_proxy_module.c     *code = (uintptr_t) NULL;
code              138 http/modules/ngx_http_rewrite_module.c     ngx_http_script_code_pt       code;
code              166 http/modules/ngx_http_rewrite_module.c         code = *(ngx_http_script_code_pt *) e->ip;
code              167 http/modules/ngx_http_rewrite_module.c         code(e);
code              240 http/modules/ngx_http_rewrite_module.c     uintptr_t  *code;
code              255 http/modules/ngx_http_rewrite_module.c     code = ngx_array_push_n(conf->codes, sizeof(uintptr_t));
code              256 http/modules/ngx_http_rewrite_module.c     if (code == NULL) {
code              260 http/modules/ngx_http_rewrite_module.c     *code = (uintptr_t) NULL;
code              300 http/modules/ngx_http_rewrite_module.c     ngx_http_script_code_pt           *code;
code              329 http/modules/ngx_http_rewrite_module.c     regex->code = ngx_http_script_regex_start_code;
code              409 http/modules/ngx_http_rewrite_module.c     regex_end->code = ngx_http_script_regex_end_code;
code              416 http/modules/ngx_http_rewrite_module.c         code = ngx_http_script_add_code(lcf->codes, sizeof(uintptr_t), &regex);
code              417 http/modules/ngx_http_rewrite_module.c         if (code == NULL) {
code              421 http/modules/ngx_http_rewrite_module.c         *code = NULL;
code              451 http/modules/ngx_http_rewrite_module.c     ret->code = ngx_http_script_return_code;
code              501 http/modules/ngx_http_rewrite_module.c     ngx_http_script_code_pt  *code;
code              503 http/modules/ngx_http_rewrite_module.c     code = ngx_http_script_start_code(cf->pool, &lcf->codes, sizeof(uintptr_t));
code              504 http/modules/ngx_http_rewrite_module.c     if (code == NULL) {
code              508 http/modules/ngx_http_rewrite_module.c     *code = ngx_http_script_break_code;
code              582 http/modules/ngx_http_rewrite_module.c     if_code->code = ngx_http_script_if_code;
code              638 http/modules/ngx_http_rewrite_module.c     ngx_http_script_code_pt       *code;
code              705 http/modules/ngx_http_rewrite_module.c             code = ngx_http_script_start_code(cf->pool, &lcf->codes,
code              707 http/modules/ngx_http_rewrite_module.c             if (code == NULL) {
code              711 http/modules/ngx_http_rewrite_module.c             *code = ngx_http_script_equal_code;
code              722 http/modules/ngx_http_rewrite_module.c             code = ngx_http_script_start_code(cf->pool, &lcf->codes,
code              724 http/modules/ngx_http_rewrite_module.c             if (code == NULL) {
code              728 http/modules/ngx_http_rewrite_module.c             *code = ngx_http_script_not_equal_code;
code              757 http/modules/ngx_http_rewrite_module.c             regex->code = ngx_http_script_regex_start_code;
code              794 http/modules/ngx_http_rewrite_module.c         fop->code = ngx_http_script_file_code;
code              872 http/modules/ngx_http_rewrite_module.c     var_code->code = ngx_http_script_var_code;
code              931 http/modules/ngx_http_rewrite_module.c         vhcode->code = ngx_http_script_var_set_handler_code;
code              944 http/modules/ngx_http_rewrite_module.c     vcode->code = ngx_http_script_set_var_code;
code              975 http/modules/ngx_http_rewrite_module.c         val->code = ngx_http_script_value_code;
code              989 http/modules/ngx_http_rewrite_module.c     complex->code = ngx_http_script_complex_value_code;
code              520 http/modules/ngx_http_scgi_module.c     ngx_http_script_code_pt       code;
code              654 http/modules/ngx_http_scgi_module.c             code = *(ngx_http_script_code_pt *) e.ip;
code              655 http/modules/ngx_http_scgi_module.c             code((ngx_http_script_engine_t *) & e);
code              661 http/modules/ngx_http_scgi_module.c                 code = *(ngx_http_script_code_pt *) e.ip;
code              662 http/modules/ngx_http_scgi_module.c                 code((ngx_http_script_engine_t *) &e);
code              774 http/modules/ngx_http_scgi_module.c     status->code = 0;
code              817 http/modules/ngx_http_scgi_module.c         u->state->status = status->code;
code              820 http/modules/ngx_http_scgi_module.c     u->headers_in.status_n = status->code;
code             1045 http/modules/ngx_http_scgi_module.c     uintptr_t                    *code;
code             1398 http/modules/ngx_http_scgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
code             1411 http/modules/ngx_http_scgi_module.c         copy->code = ngx_http_script_copy_code;
code             1430 http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             1431 http/modules/ngx_http_scgi_module.c         if (code == NULL) {
code             1435 http/modules/ngx_http_scgi_module.c         *code = (uintptr_t) NULL;
code             1438 http/modules/ngx_http_scgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
code             1439 http/modules/ngx_http_scgi_module.c         if (code == NULL) {
code             1443 http/modules/ngx_http_scgi_module.c         *code = (uintptr_t) NULL;
code             1446 http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             1447 http/modules/ngx_http_scgi_module.c     if (code == NULL) {
code             1451 http/modules/ngx_http_scgi_module.c     *code = (uintptr_t) NULL;
code             1453 http/modules/ngx_http_scgi_module.c     code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
code             1454 http/modules/ngx_http_scgi_module.c     if (code == NULL) {
code             1458 http/modules/ngx_http_scgi_module.c     *code = (uintptr_t) NULL;
code              552 http/modules/ngx_http_uwsgi_module.c     ngx_http_script_code_pt       code;
code              700 http/modules/ngx_http_uwsgi_module.c             code = *(ngx_http_script_code_pt *) e.ip;
code              701 http/modules/ngx_http_uwsgi_module.c             code((ngx_http_script_engine_t *) & e);
code              707 http/modules/ngx_http_uwsgi_module.c                 code = *(ngx_http_script_code_pt *) e.ip;
code              708 http/modules/ngx_http_uwsgi_module.c                 code((ngx_http_script_engine_t *) & e);
code              825 http/modules/ngx_http_uwsgi_module.c     status->code = 0;
code              867 http/modules/ngx_http_uwsgi_module.c         u->state->status = status->code;
code              870 http/modules/ngx_http_uwsgi_module.c     u->headers_in.status_n = status->code;
code             1098 http/modules/ngx_http_uwsgi_module.c     uintptr_t                    *code;
code             1456 http/modules/ngx_http_uwsgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
code             1469 http/modules/ngx_http_uwsgi_module.c         copy->code = ngx_http_script_copy_code;
code             1488 http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             1489 http/modules/ngx_http_uwsgi_module.c         if (code == NULL) {
code             1493 http/modules/ngx_http_uwsgi_module.c         *code = (uintptr_t) NULL;
code             1496 http/modules/ngx_http_uwsgi_module.c         code = ngx_array_push_n(conf->params, sizeof(uintptr_t));
code             1497 http/modules/ngx_http_uwsgi_module.c         if (code == NULL) {
code             1501 http/modules/ngx_http_uwsgi_module.c         *code = (uintptr_t) NULL;
code             1504 http/modules/ngx_http_uwsgi_module.c     code = ngx_array_push_n(conf->params_len, sizeof(uintptr_t));
code             1505 http/modules/ngx_http_uwsgi_module.c     if (code == NULL) {
code             1509 http/modules/ngx_http_uwsgi_module.c     *code = (uintptr_t) NULL;
code               55 http/ngx_http.h     ngx_uint_t           code;
code             1144 http/ngx_http_core_module.c     ngx_http_script_code_pt       code;
code             1219 http/ngx_http_core_module.c                 code = *(ngx_http_script_code_pt *) e.ip;
code             1220 http/ngx_http_core_module.c                 code((ngx_http_script_engine_t *) &e);
code             1243 http/ngx_http_core_module.c             if (tf->code) {
code             1244 http/ngx_http_core_module.c                 ngx_http_finalize_request(r, tf->code);
code             4124 http/ngx_http_core_module.c     ngx_int_t                   code;
code             4182 http/ngx_http_core_module.c         code = ngx_atoi(tf[i - 1].name.data + 1, tf[i - 1].name.len - 2);
code             4184 http/ngx_http_core_module.c         if (code == NGX_ERROR) {
code             4191 http/ngx_http_core_module.c         tf[i].code = code;
code              281 http/ngx_http_core_module.h     unsigned                   code:10;
code             1454 http/ngx_http_parse.c             status->code = status->code * 10 + ch - '0';
code               61 http/ngx_http_script.c     ngx_http_script_code_pt       code;
code               96 http/ngx_http_script.c         code = *(ngx_http_script_code_pt *) e.ip;
code               97 http/ngx_http_script.c         code((ngx_http_script_engine_t *) &e);
code              493 http/ngx_http_script.c     ngx_http_script_code_pt       code;
code              529 http/ngx_http_script.c         code = *(ngx_http_script_code_pt *) e.ip;
code              530 http/ngx_http_script.c         code((ngx_http_script_engine_t *) &e);
code              603 http/ngx_http_script.c     uintptr_t   *code;
code              622 http/ngx_http_script.c         code = ngx_http_script_add_code(*sc->lengths, sizeof(uintptr_t), NULL);
code              623 http/ngx_http_script.c         if (code == NULL) {
code              627 http/ngx_http_script.c         *code = (uintptr_t) NULL;
code              631 http/ngx_http_script.c         code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t),
code              633 http/ngx_http_script.c         if (code == NULL) {
code              637 http/ngx_http_script.c         *code = (uintptr_t) NULL;
code              659 http/ngx_http_script.c ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code)
code              671 http/ngx_http_script.c     if (code) {
code              673 http/ngx_http_script.c             p = code;
code              688 http/ngx_http_script.c     ngx_http_script_copy_code_t  *code;
code              693 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths,
code              695 http/ngx_http_script.c     if (code == NULL) {
code              699 http/ngx_http_script.c     code->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
code              700 http/ngx_http_script.c     code->len = len;
code              705 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values, size, &sc->main);
code              706 http/ngx_http_script.c     if (code == NULL) {
code              710 http/ngx_http_script.c     code->code = ngx_http_script_copy_code;
code              711 http/ngx_http_script.c     code->len = len;
code              713 http/ngx_http_script.c     p = ngx_cpymem((u_char *) code + sizeof(ngx_http_script_copy_code_t),
code              728 http/ngx_http_script.c     ngx_http_script_copy_code_t  *code;
code              730 http/ngx_http_script.c     code = (ngx_http_script_copy_code_t *) e->ip;
code              734 http/ngx_http_script.c     return code->len;
code              742 http/ngx_http_script.c     ngx_http_script_copy_code_t  *code;
code              744 http/ngx_http_script.c     code = (ngx_http_script_copy_code_t *) e->ip;
code              750 http/ngx_http_script.c                           code->len);
code              754 http/ngx_http_script.c           + ((code->len + sizeof(uintptr_t) - 1) & ~(sizeof(uintptr_t) - 1));
code              765 http/ngx_http_script.c     ngx_http_script_var_code_t  *code;
code              782 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths,
code              784 http/ngx_http_script.c     if (code == NULL) {
code              788 http/ngx_http_script.c     code->code = (ngx_http_script_code_pt) ngx_http_script_copy_var_len_code;
code              789 http/ngx_http_script.c     code->index = (uintptr_t) index;
code              791 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
code              794 http/ngx_http_script.c     if (code == NULL) {
code              798 http/ngx_http_script.c     code->code = ngx_http_script_copy_var_code;
code              799 http/ngx_http_script.c     code->index = (uintptr_t) index;
code              809 http/ngx_http_script.c     ngx_http_script_var_code_t  *code;
code              811 http/ngx_http_script.c     code = (ngx_http_script_var_code_t *) e->ip;
code              816 http/ngx_http_script.c         value = ngx_http_get_indexed_variable(e->request, code->index);
code              819 http/ngx_http_script.c         value = ngx_http_get_flushed_variable(e->request, code->index);
code              835 http/ngx_http_script.c     ngx_http_script_var_code_t  *code;
code              837 http/ngx_http_script.c     code = (ngx_http_script_var_code_t *) e->ip;
code              844 http/ngx_http_script.c             value = ngx_http_get_indexed_variable(e->request, code->index);
code              847 http/ngx_http_script.c             value = ngx_http_get_flushed_variable(e->request, code->index);
code              865 http/ngx_http_script.c     uintptr_t   *code;
code              867 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths, sizeof(uintptr_t), NULL);
code              868 http/ngx_http_script.c     if (code == NULL) {
code              872 http/ngx_http_script.c     *code = (uintptr_t) ngx_http_script_mark_args_code;
code              874 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values, sizeof(uintptr_t), &sc->main);
code              875 http/ngx_http_script.c     if (code == NULL) {
code              879 http/ngx_http_script.c     *code = (uintptr_t) ngx_http_script_start_args_code;
code              918 http/ngx_http_script.c     ngx_http_script_regex_code_t  *code;
code              920 http/ngx_http_script.c     code = (ngx_http_script_regex_code_t *) e->ip;
code              925 http/ngx_http_script.c                    "http script regex: \"%V\"", &code->name);
code              927 http/ngx_http_script.c     if (code->uri) {
code              935 http/ngx_http_script.c     rc = ngx_http_regex_exec(r, code->regex, &e->line);
code              941 http/ngx_http_script.c                           &code->name, &e->line);
code              946 http/ngx_http_script.c         if (code->test) {
code              947 http/ngx_http_script.c             if (code->negative_test) {
code              962 http/ngx_http_script.c         e->ip += code->next;
code              974 http/ngx_http_script.c                       "\"%V\" matches \"%V\"", &code->name, &e->line);
code              977 http/ngx_http_script.c     if (code->test) {
code              978 http/ngx_http_script.c         if (code->negative_test) {
code              993 http/ngx_http_script.c     if (code->status) {
code              994 http/ngx_http_script.c         e->status = code->status;
code              996 http/ngx_http_script.c         if (!code->redirect) {
code             1002 http/ngx_http_script.c     if (code->uri) {
code             1006 http/ngx_http_script.c         if (code->break_cycle) {
code             1015 http/ngx_http_script.c     if (code->lengths == NULL) {
code             1016 http/ngx_http_script.c         e->buf.len = code->size;
code             1018 http/ngx_http_script.c         if (code->uri) {
code             1032 http/ngx_http_script.c         le.ip = code->lengths->elts;
code             1035 http/ngx_http_script.c         le.quote = code->redirect;
code             1048 http/ngx_http_script.c     if (code->add_args && r->args.len) {
code             1059 http/ngx_http_script.c     e->quote = code->redirect;
code             1072 http/ngx_http_script.c     ngx_http_script_regex_end_code_t  *code;
code             1074 http/ngx_http_script.c     code = (ngx_http_script_regex_end_code_t *) e->ip;
code             1083 http/ngx_http_script.c     if (code->redirect) {
code             1097 http/ngx_http_script.c         if (code->add_args && r->args.len) {
code             1098 http/ngx_http_script.c             *e->pos++ = (u_char) (code->args ? '&' : '?');
code             1127 http/ngx_http_script.c         if (code->add_args && r->args.len) {
code             1140 http/ngx_http_script.c         if (!code->add_args) {
code             1151 http/ngx_http_script.c     if (code->uri) {
code             1172 http/ngx_http_script.c     ngx_http_script_copy_capture_code_t  *code;
code             1174 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths,
code             1177 http/ngx_http_script.c     if (code == NULL) {
code             1181 http/ngx_http_script.c     code->code = (ngx_http_script_code_pt)
code             1183 http/ngx_http_script.c     code->n = 2 * n;
code             1186 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
code             1189 http/ngx_http_script.c     if (code == NULL) {
code             1193 http/ngx_http_script.c     code->code = ngx_http_script_copy_capture_code;
code             1194 http/ngx_http_script.c     code->n = 2 * n;
code             1211 http/ngx_http_script.c     ngx_http_script_copy_capture_code_t  *code;
code             1215 http/ngx_http_script.c     code = (ngx_http_script_copy_capture_code_t *) e->ip;
code             1219 http/ngx_http_script.c     n = code->n;
code             1249 http/ngx_http_script.c     ngx_http_script_copy_capture_code_t  *code;
code             1253 http/ngx_http_script.c     code = (ngx_http_script_copy_capture_code_t *) e->ip;
code             1257 http/ngx_http_script.c     n = code->n;
code             1287 http/ngx_http_script.c     ngx_http_script_full_name_code_t  *code;
code             1289 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->lengths,
code             1292 http/ngx_http_script.c     if (code == NULL) {
code             1296 http/ngx_http_script.c     code->code = (ngx_http_script_code_pt) ngx_http_script_full_name_len_code;
code             1297 http/ngx_http_script.c     code->conf_prefix = sc->conf_prefix;
code             1299 http/ngx_http_script.c     code = ngx_http_script_add_code(*sc->values,
code             1302 http/ngx_http_script.c     if (code == NULL) {
code             1306 http/ngx_http_script.c     code->code = ngx_http_script_full_name_code;
code             1307 http/ngx_http_script.c     code->conf_prefix = sc->conf_prefix;
code             1316 http/ngx_http_script.c     ngx_http_script_full_name_code_t  *code;
code             1318 http/ngx_http_script.c     code = (ngx_http_script_full_name_code_t *) e->ip;
code             1322 http/ngx_http_script.c     return code->conf_prefix ? ngx_cycle->conf_prefix.len:
code             1330 http/ngx_http_script.c     ngx_http_script_full_name_code_t  *code;
code             1334 http/ngx_http_script.c     code = (ngx_http_script_full_name_code_t *) e->ip;
code             1339 http/ngx_http_script.c     if (ngx_conf_full_name((ngx_cycle_t *) ngx_cycle, &value, code->conf_prefix)
code             1359 http/ngx_http_script.c     ngx_http_script_return_code_t  *code;
code             1361 http/ngx_http_script.c     code = (ngx_http_script_return_code_t *) e->ip;
code             1363 http/ngx_http_script.c     if (code->status < NGX_HTTP_BAD_REQUEST
code             1364 http/ngx_http_script.c         || code->text.value.len
code             1365 http/ngx_http_script.c         || code->text.lengths)
code             1367 http/ngx_http_script.c         e->status = ngx_http_send_response(e->request, code->status, NULL,
code             1368 http/ngx_http_script.c                                            &code->text);
code             1370 http/ngx_http_script.c         e->status = code->status;
code             1389 http/ngx_http_script.c     ngx_http_script_if_code_t  *code;
code             1391 http/ngx_http_script.c     code = (ngx_http_script_if_code_t *) e->ip;
code             1399 http/ngx_http_script.c         if (code->loc_conf) {
code             1400 http/ngx_http_script.c             e->request->loc_conf = code->loc_conf;
code             1411 http/ngx_http_script.c     e->ip += code->next;
code             1479 http/ngx_http_script.c     ngx_http_script_file_code_t  *code;
code             1483 http/ngx_http_script.c     code = (ngx_http_script_file_code_t *) e->ip;
code             1492 http/ngx_http_script.c                    "http script file op %p \"%V\"", code->op, &path);
code             1517 http/ngx_http_script.c         switch (code->op) {
code             1535 http/ngx_http_script.c     switch (code->op) {
code             1606 http/ngx_http_script.c     ngx_http_script_complex_value_code_t  *code;
code             1608 http/ngx_http_script.c     code = (ngx_http_script_complex_value_code_t *) e->ip;
code             1617 http/ngx_http_script.c     le.ip = code->lengths->elts;
code             1645 http/ngx_http_script.c     ngx_http_script_value_code_t  *code;
code             1647 http/ngx_http_script.c     code = (ngx_http_script_value_code_t *) e->ip;
code             1651 http/ngx_http_script.c     e->sp->len = code->text_len;
code             1652 http/ngx_http_script.c     e->sp->data = (u_char *) code->text_data;
code             1665 http/ngx_http_script.c     ngx_http_script_var_code_t  *code;
code             1667 http/ngx_http_script.c     code = (ngx_http_script_var_code_t *) e->ip;
code             1675 http/ngx_http_script.c     r->variables[code->index].len = e->sp->len;
code             1676 http/ngx_http_script.c     r->variables[code->index].valid = 1;
code             1677 http/ngx_http_script.c     r->variables[code->index].no_cacheable = 0;
code             1678 http/ngx_http_script.c     r->variables[code->index].not_found = 0;
code             1679 http/ngx_http_script.c     r->variables[code->index].data = e->sp->data;
code             1691 http/ngx_http_script.c                    "http script set $%V", &v[code->index].name);
code             1700 http/ngx_http_script.c     ngx_http_script_var_handler_code_t  *code;
code             1705 http/ngx_http_script.c     code = (ngx_http_script_var_handler_code_t *) e->ip;
code             1711 http/ngx_http_script.c     code->handler(e->request, e->sp, code->data);
code             1719 http/ngx_http_script.c     ngx_http_script_var_code_t  *code;
code             1724 http/ngx_http_script.c     code = (ngx_http_script_var_code_t *) e->ip;
code             1728 http/ngx_http_script.c     value = ngx_http_get_flushed_variable(e->request, code->index);
code               89 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code               95 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              101 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              108 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              116 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              139 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              154 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              160 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              179 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              185 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              192 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              198 http/ngx_http_script.h     ngx_http_script_code_pt     code;
code              228 http/ngx_http_script.h void *ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code);