sub                49 http/modules/ngx_http_sub_filter_module.c     ngx_str_t                  sub;
sub               358 http/modules/ngx_http_sub_filter_module.c             if (ctx->sub.data == NULL) {
sub               360 http/modules/ngx_http_sub_filter_module.c                 if (ngx_http_complex_value(r, &slcf->value, &ctx->sub)
sub               367 http/modules/ngx_http_sub_filter_module.c             if (ctx->sub.len) {
sub               369 http/modules/ngx_http_sub_filter_module.c                 b->pos = ctx->sub.data;
sub               370 http/modules/ngx_http_sub_filter_module.c                 b->last = ctx->sub.data + ctx->sub.len;
sub                22 http/modules/perl/ngx_http_perl_module.c     SV                *sub;
sub                28 http/modules/perl/ngx_http_perl_module.c     SV                *sub;
sub                45 http/modules/perl/ngx_http_perl_module.c     HV *nginx, SV *sub, SV **args, ngx_str_t *handler, ngx_str_t *rv);
sub               182 http/modules/perl/ngx_http_perl_module.c     SV                         *sub;
sub               212 http/modules/perl/ngx_http_perl_module.c         sub = plcf->sub;
sub               216 http/modules/perl/ngx_http_perl_module.c         sub = ctx->next;
sub               221 http/modules/perl/ngx_http_perl_module.c     rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sub, NULL, handler,
sub               325 http/modules/perl/ngx_http_perl_module.c     rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, pv->sub, NULL,
sub               668 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub,
sub               703 http/modules/perl/ngx_http_perl_module.c     n = call_sv(sub, G_EVAL);
sub               897 http/modules/perl/ngx_http_perl_module.c     if (conf->sub == NULL) {
sub               898 http/modules/perl/ngx_http_perl_module.c         conf->sub = prev->sub;
sub               938 http/modules/perl/ngx_http_perl_module.c     ngx_http_perl_eval_anon_sub(aTHX_ &value[1], &plcf->sub);
sub               940 http/modules/perl/ngx_http_perl_module.c     if (plcf->sub == &PL_sv_undef) {
sub               946 http/modules/perl/ngx_http_perl_module.c     if (plcf->sub == NULL) {
sub               947 http/modules/perl/ngx_http_perl_module.c         plcf->sub = newSVpvn((char *) value[1].data, value[1].len);
sub              1009 http/modules/perl/ngx_http_perl_module.c     ngx_http_perl_eval_anon_sub(aTHX_ &value[2], &pv->sub);
sub              1011 http/modules/perl/ngx_http_perl_module.c     if (pv->sub == &PL_sv_undef) {
sub              1017 http/modules/perl/ngx_http_perl_module.c     if (pv->sub == NULL) {
sub              1018 http/modules/perl/ngx_http_perl_module.c         pv->sub = newSVpvn((char *) value[2].data, value[2].len);