Home
last modified time | relevance | path

Searched refs:ngx_http_set_ctx (Results 1 – 25 of 25) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_addition_filter_module.c120 ngx_http_set_ctx(r, ctx, ngx_http_addition_filter_module); in ngx_http_addition_header_filter()
167 ngx_http_set_ctx(r, NULL, ngx_http_addition_filter_module); in ngx_http_addition_body_filter()
194 ngx_http_set_ctx(r, NULL, ngx_http_addition_filter_module); in ngx_http_addition_body_filter()
H A Dngx_http_slice_filter_module.c118 ngx_http_set_ctx(r, NULL, ngx_http_slice_filter_module); in ngx_http_slice_header_filter()
252 ngx_http_set_ctx(r, NULL, ngx_http_slice_filter_module); in ngx_http_slice_body_filter()
268 ngx_http_set_ctx(ctx->sr, ctx, ngx_http_slice_filter_module); in ngx_http_slice_body_filter()
417 ngx_http_set_ctx(r, ctx, ngx_http_slice_filter_module); in ngx_http_slice_range_variable()
H A Dngx_http_mirror_module.c118 ngx_http_set_ctx(r, ctx, ngx_http_mirror_module); in ngx_http_mirror_handler()
H A Dngx_http_secure_link_module.c147 ngx_http_set_ctx(r, ctx, ngx_http_secure_link_module); in ngx_http_secure_link_variable()
H A Dngx_http_chunked_filter_module.c93 ngx_http_set_ctx(r, ctx, ngx_http_chunked_filter_module); in ngx_http_chunked_header_filter()
H A Dngx_http_auth_request_module.c210 ngx_http_set_ctx(r, ctx, ngx_http_auth_request_module); in ngx_http_auth_request_handler()
H A Dngx_http_realip_module.c284 ngx_http_set_ctx(r, ctx, ngx_http_realip_module); in ngx_http_realip_set_addr()
H A Dngx_http_gunzip_filter_module.c157 ngx_http_set_ctx(r, ctx, ngx_http_gunzip_filter_module); in ngx_http_gunzip_header_filter()
H A Dngx_http_image_filter_module.c234 ngx_http_set_ctx(r, NULL, ngx_http_image_filter_module); in ngx_http_image_header_filter()
262 ngx_http_set_ctx(r, ctx, ngx_http_image_filter_module); in ngx_http_image_header_filter()
H A Dngx_http_userid_filter_module.c309 ngx_http_set_ctx(r, ctx, ngx_http_userid_filter_module); in ngx_http_userid_get_uid()
H A Dngx_http_memcached_module.c223 ngx_http_set_ctx(r, ctx, ngx_http_memcached_module); in ngx_http_memcached_handler()
H A Dngx_http_charset_filter_module.c409 ngx_http_set_ctx(r->main, ctx, ngx_http_charset_filter_module); in ngx_http_main_request_charset()
524 ngx_http_set_ctx(r, ctx, ngx_http_charset_filter_module); in ngx_http_charset_ctx()
H A Dngx_http_range_filter_module.c232 ngx_http_set_ctx(r, ctx, ngx_http_range_body_filter_module); in ngx_http_range_header_filter()
H A Dngx_http_xslt_filter_module.c233 ngx_http_set_ctx(r, ctx, ngx_http_xslt_filter_module); in ngx_http_xslt_header_filter()
H A Dngx_http_sub_filter_module.c261 ngx_http_set_ctx(r, ctx, ngx_http_sub_filter_module); in ngx_http_sub_header_filter()
H A Dngx_http_fastcgi_module.c697 ngx_http_set_ctx(r, f, ngx_http_fastcgi_module); in ngx_http_fastcgi_handler()
3441 ngx_http_set_ctx(r, f, ngx_http_fastcgi_module); in ngx_http_fastcgi_split()
3485 ngx_http_set_ctx(r, f, ngx_http_fastcgi_module); in ngx_http_fastcgi_split()
H A Dngx_http_gzip_filter_module.c291 ngx_http_set_ctx(r, ctx, ngx_http_gzip_filter_module); in ngx_http_gzip_header_filter()
H A Dngx_http_scgi_module.c496 ngx_http_set_ctx(r, status, ngx_http_scgi_module); in ngx_http_scgi_handler()
H A Dngx_http_uwsgi_module.c651 ngx_http_set_ctx(r, status, ngx_http_uwsgi_module); in ngx_http_uwsgi_handler()
H A Dngx_http_ssi_filter_module.c349 ngx_http_set_ctx(r, ctx, ngx_http_ssi_filter_module); in ngx_http_ssi_header_filter()
H A Dngx_http_grpc_module.c561 ngx_http_set_ctx(r, ctx, ngx_http_grpc_module); in ngx_http_grpc_handler()
H A Dngx_http_proxy_module.c883 ngx_http_set_ctx(r, ctx, ngx_http_proxy_module); in ngx_http_proxy_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h76 #define ngx_http_set_ctx(r, c, module) r->ctx[module.ctx_index] = c; macro
H A Dngx_http_copy_filter_module.c108 ngx_http_set_ctx(r, ctx, ngx_http_copy_filter_module); in ngx_http_copy_filter()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c201 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_handle_request()
316 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_variable()
379 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_ssi()