Home
last modified time | relevance | path

Searched refs:header_end (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c49 u_char *header_end; member
503 len = ctx->header_end - ctx->header_start; in ngx_mail_auth_http_process_headers()
944 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
948 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
991 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
999 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
1012 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
1017 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
1030 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
1034 ctx->header_end = p; in ngx_mail_auth_http_parse_header_line()
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1516 ctx->header_end = p; in ngx_ssl_ocsp_parse_status_line()
1530 ctx->header_end = p; in ngx_ssl_ocsp_parse_status_line()
1666 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1670 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1713 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1721 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1734 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1739 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1752 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
1756 ctx->header_end = p; in ngx_ssl_ocsp_parse_header_line()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c890 r->header_end = p; in ngx_http_parse_header_line()
894 r->header_end = p; in ngx_http_parse_header_line()
965 r->header_end = p; in ngx_http_parse_header_line()
973 r->header_end = p; in ngx_http_parse_header_line()
1002 r->header_end = p; in ngx_http_parse_header_line()
1007 r->header_end = p; in ngx_http_parse_header_line()
1022 r->header_end = p; in ngx_http_parse_header_line()
1026 r->header_end = p; in ngx_http_parse_header_line()
1030 r->header_end = p; in ngx_http_parse_header_line()
H A Dngx_http_request.h570 u_char *header_end; member
H A Dngx_http_request.c1413 r->header_end - r->header_name_start, in ngx_http_process_request_headers()
1432 h->value.len = r->header_end - r->header_start; in ngx_http_process_request_headers()
1702 r->header_end = new + (r->header_end - old); in ngx_http_alloc_large_header_buffer()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c1919 h->value.len = r->header_end - r->header_start; in ngx_http_fastcgi_process_header()
1931 h->value.len = r->header_end - r->header_start; in ngx_http_fastcgi_process_header()
H A Dngx_http_scgi_module.c1044 h->value.len = r->header_end - r->header_start; in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1254 h->value.len = r->header_end - r->header_start; in ngx_http_uwsgi_process_header()
H A Dngx_http_proxy_module.c1842 h->value.len = r->header_end - r->header_start; in ngx_http_proxy_process_header()