Home
last modified time | relevance | path

Searched defs:nginx (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.h21 typedef ngx_http_request_t *nginx; typedef
H A Dnginx.pm1 package nginx; package
H A Dngx_http_perl_module.c16 HV *nginx; member
675 ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub, in ngx_http_perl_call_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c151 static const u_char nginx[5] = "\x84\xaa\x63\x55\xe7"; in ngx_http_v2_header_filter() local