Home
last modified time | relevance | path

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

12

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_smtp_handler.c420 ngx_str_set(&s->out, smtp_ok); in ngx_mail_smtp_auth_state()
440 ngx_str_set(&s->out, smtp_bye); in ngx_mail_smtp_auth_state()
473 ngx_str_set(&s->out, smtp_password); in ngx_mail_smtp_auth_state()
620 ngx_str_set(&s->out, smtp_username); in ngx_mail_smtp_auth()
627 ngx_str_set(&s->out, smtp_password); in ngx_mail_smtp_auth()
634 ngx_str_set(&s->out, smtp_next); in ngx_mail_smtp_auth()
666 ngx_str_set(&s->out, smtp_username); in ngx_mail_smtp_auth()
693 ngx_str_set(&s->out, smtp_bad_sequence); in ngx_mail_smtp_mail()
720 ngx_str_set(&s->out, smtp_ok); in ngx_mail_smtp_mail()
732 ngx_str_set(&s->out, smtp_bad_sequence); in ngx_mail_smtp_rcpt()
[all …]
H A Dngx_mail_imap_handler.c43 ngx_str_set(&s->out, imap_greeting); in ngx_mail_imap_init_session()
139 ngx_str_set(&s->out, imap_ok); in ngx_mail_imap_auth_state()
188 ngx_str_set(&s->text, imap_bye); in ngx_mail_imap_auth_state()
209 ngx_str_set(&s->out, imap_password); in ngx_mail_imap_auth_state()
233 ngx_str_set(&s->out, imap_next); in ngx_mail_imap_auth_state()
248 ngx_str_set(&s->out, imap_invalid_command); in ngx_mail_imap_auth_state()
255 ngx_str_set(&s->tag, imap_star); in ngx_mail_imap_auth_state()
367 ngx_str_set(&s->out, imap_username); in ngx_mail_imap_authenticate()
374 ngx_str_set(&s->out, imap_password); in ngx_mail_imap_authenticate()
381 ngx_str_set(&s->out, imap_plain_next); in ngx_mail_imap_authenticate()
[all …]
H A Dngx_mail_pop3_handler.c63 ngx_str_set(&s->out, pop3_greeting); in ngx_mail_pop3_init_session()
152 ngx_str_set(&s->out, pop3_ok); in ngx_mail_pop3_auth_state()
228 ngx_str_set(&s->out, pop3_password); in ngx_mail_pop3_auth_state()
264 ngx_str_set(&s->out, pop3_invalid_command); in ngx_mail_pop3_auth_state()
470 ngx_str_set(&s->out, pop3_username); in ngx_mail_pop3_auth()
477 ngx_str_set(&s->out, pop3_password); in ngx_mail_pop3_auth()
484 ngx_str_set(&s->out, pop3_next); in ngx_mail_pop3_auth()
508 ngx_str_set(&s->out, pop3_username); in ngx_mail_pop3_auth()
H A Dngx_mail_auth_http_module.c1535 ngx_str_set(&ahcf->host_header, "localhost"); in ngx_mail_auth_http()
1541 ngx_str_set(&ahcf->uri, "/"); in ngx_mail_auth_http()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_preread_module.c521 ngx_str_set(&version, "SSLv2"); in ngx_stream_ssl_preread_protocol_variable()
528 ngx_str_set(&version, "SSLv3"); in ngx_stream_ssl_preread_protocol_variable()
531 ngx_str_set(&version, "TLSv1"); in ngx_stream_ssl_preread_protocol_variable()
534 ngx_str_set(&version, "TLSv1.1"); in ngx_stream_ssl_preread_protocol_variable()
537 ngx_str_set(&version, "TLSv1.2"); in ngx_stream_ssl_preread_protocol_variable()
540 ngx_str_set(&version, "TLSv1.3"); in ngx_stream_ssl_preread_protocol_variable()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_headers_filter_module.c368 ngx_str_set(&e->key, "Expires"); in ngx_http_set_expires()
391 ngx_str_set(&cc->key, "Cache-Control"); in ngx_http_set_expires()
410 ngx_str_set(&cc->value, "no-cache"); in ngx_http_set_expires()
417 ngx_str_set(&cc->value, "max-age=315360000"); in ngx_http_set_expires()
429 ngx_str_set(&cc->value, "max-age=0"); in ngx_http_set_expires()
453 ngx_str_set(&cc->value, "no-cache"); in ngx_http_set_expires()
H A Dngx_http_autoindex_module.c263 ngx_str_set(&r->headers_out.content_type, "application/json"); in ngx_http_autoindex_handler()
267 ngx_str_set(&r->headers_out.content_type, "application/javascript"); in ngx_http_autoindex_handler()
271 ngx_str_set(&r->headers_out.content_type, "text/xml"); in ngx_http_autoindex_handler()
272 ngx_str_set(&r->headers_out.charset, "utf-8"); in ngx_http_autoindex_handler()
276 ngx_str_set(&r->headers_out.content_type, "text/html"); in ngx_http_autoindex_handler()
900 ngx_str_set(&type, "directory"); in ngx_http_autoindex_xml()
903 ngx_str_set(&type, "file"); in ngx_http_autoindex_xml()
906 ngx_str_set(&type, "other"); in ngx_http_autoindex_xml()
H A Dngx_http_gzip_static_module.c245 ngx_str_set(&h->key, "Content-Encoding"); in ngx_http_gzip_static_handler()
246 ngx_str_set(&h->value, "gzip"); in ngx_http_gzip_static_handler()
H A Dngx_http_userid_filter_module.c431 ngx_str_set(&set_cookie->key, "Set-Cookie"); in ngx_http_userid_set_uid()
448 ngx_str_set(&p3p->key, "P3P"); in ngx_http_userid_set_uid()
723 ngx_str_set(domain, ""); in ngx_http_userid_domain()
802 ngx_str_set(p3p, ""); in ngx_http_userid_p3p()
H A Dngx_http_range_filter_module.c261 ngx_str_set(&r->headers_out.accept_ranges->key, "Accept-Ranges"); in ngx_http_range_header_filter()
262 ngx_str_set(&r->headers_out.accept_ranges->value, "bytes"); in ngx_http_range_header_filter()
430 ngx_str_set(&content_range->key, "Content-Range"); in ngx_http_range_singlepart_header()
602 ngx_str_set(&content_range->key, "Content-Range"); in ngx_http_range_not_satisfiable()
H A Dngx_http_memcached_module.c203 ngx_str_set(&u->schema, "memcached://"); in ngx_http_memcached_handler()
404 ngx_str_set(&h->key, "Content-Encoding"); in ngx_http_memcached_process_header()
405 ngx_str_set(&h->value, "gzip"); in ngx_http_memcached_process_header()
H A Dngx_http_stub_status_module.c103 ngx_str_set(&r->headers_out.content_type, "text/plain"); in ngx_http_stub_status_handler()
H A Dngx_http_uwsgi_module.c663 ngx_str_set(&u->schema, "suwsgi://"); in ngx_http_uwsgi_handler()
666 ngx_str_set(&u->schema, "uwsgi://"); in ngx_http_uwsgi_handler()
669 ngx_str_set(&u->schema, "uwsgi://"); in ngx_http_uwsgi_handler()
771 ngx_str_set(&u->schema, "uwsgi://"); in ngx_http_uwsgi_eval()
1321 ngx_str_set(&u->headers_in.status_line, in ngx_http_uwsgi_process_header()
1326 ngx_str_set(&u->headers_in.status_line, "200 OK"); in ngx_http_uwsgi_process_header()
1473 ngx_str_set(&conf->upstream.module, "uwsgi"); in ngx_http_uwsgi_create_loc_conf()
H A Dngx_http_static_module.c187 ngx_str_set(&r->headers_out.location->key, "Location"); in ngx_http_static_handler()
H A Dngx_http_auth_basic_module.c334 ngx_str_set(&r->headers_out.www_authenticate->key, "WWW-Authenticate"); in ngx_http_auth_basic_set_realm()
H A Dngx_http_scgi_module.c508 ngx_str_set(&u->schema, "scgi://"); in ngx_http_scgi_handler()
1111 ngx_str_set(&u->headers_in.status_line, in ngx_http_scgi_process_header()
1116 ngx_str_set(&u->headers_in.status_line, "200 OK"); in ngx_http_scgi_process_header()
1252 ngx_str_set(&conf->upstream.module, "scgi"); in ngx_http_scgi_create_loc_conf()
H A Dngx_http_proxy_module.c1901 ngx_str_set(&h->key, "Server"); in ngx_http_proxy_process_header()
1914 ngx_str_set(&h->key, "Date"); in ngx_http_proxy_process_header()
2923 ngx_str_set(&conf->upstream.module, "proxy"); in ngx_http_proxy_create_loc_conf()
3307 ngx_str_set(&pr->replacement.value, "/"); in ngx_http_proxy_merge_loc_conf()
3816 ngx_str_set(&pr->replacement.value, "/"); in ngx_http_proxy_redirect()
4376 ngx_str_set(&v->port, "80"); in ngx_http_proxy_set_vars()
4379 ngx_str_set(&v->port, "443"); in ngx_http_proxy_set_vars()
4391 ngx_str_set(&v->host_header, "localhost"); in ngx_http_proxy_set_vars()
H A Dngx_http_gzip_filter_module.c304 ngx_str_set(&h->key, "Content-Encoding"); in ngx_http_gzip_header_filter()
305 ngx_str_set(&h->value, "gzip"); in ngx_http_gzip_header_filter()
H A Dngx_http_grpc_module.c535 ngx_str_set(&u->schema, "grpcs://"); in ngx_http_grpc_handler()
538 ngx_str_set(&u->schema, "grpc://"); in ngx_http_grpc_handler()
541 ngx_str_set(&u->schema, "grpc://"); in ngx_http_grpc_handler()
3035 ngx_str_set(&ctx->value, ""); in ngx_http_grpc_parse_fragment()
4212 ngx_str_set(&conf->upstream.module, "grpc"); in ngx_http_grpc_create_loc_conf()
4593 ngx_str_set(&glcf->host, "localhost"); in ngx_http_grpc_pass()
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c982 ngx_str_set(&cycle->conf_prefix, NGX_CONF_PREFIX); in ngx_process_options()
984 ngx_str_set(&cycle->conf_prefix, NGX_PREFIX); in ngx_process_options()
986 ngx_str_set(&cycle->prefix, NGX_PREFIX); in ngx_process_options()
996 ngx_str_set(&cycle->conf_file, NGX_CONF_PATH); in ngx_process_options()
1110 ngx_str_set(&ccf->pid, NGX_PID_PATH); in ngx_core_module_init_conf()
1158 ngx_str_set(&ccf->lock_file, NGX_LOCK_PATH); in ngx_core_module_init_conf()
H A Dngx_syslog.c66 ngx_str_set(&peer->tag, "nginx"); in ngx_syslog_process_conf()
H A Dngx_string.h42 #define ngx_str_set(str, text) \ macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c642 ngx_str_set(&location->key, "Location"); in ngx_http_send_error_page()
700 ngx_str_set(&r->headers_out.content_type, "text/html"); in ngx_http_send_special_response()
798 ngx_str_set(&r->headers_out.content_type, "text/html"); in ngx_http_send_refresh()
H A Dngx_http_header_filter_module.c544 ngx_str_set(&r->headers_out.location->key, "Location"); in ngx_http_header_filter()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c4417 ngx_str_set(s, "r"); in ngx_ssl_get_session_reused()
4420 ngx_str_set(s, "."); in ngx_ssl_get_session_reused()
4437 ngx_str_set(s, "1"); in ngx_ssl_get_early_data()
4445 ngx_str_set(s, "1"); in ngx_ssl_get_early_data()
4881 ngx_str_set(s, "NONE"); in ngx_ssl_get_client_verify()
4890 ngx_str_set(s, "SUCCESS"); in ngx_ssl_get_client_verify()
5022 ngx_str_set(s, "0"); in ngx_ssl_get_client_v_remain()

12