Home
last modified time | relevance | path

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

12

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c116 ctx->status = NGX_DONE; in ngx_http_mirror_handler()
125 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_mirror_handler()
126 return NGX_DONE; in ngx_http_mirror_handler()
H A Dngx_http_try_files_module.c212 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_try_files_handler()
213 return NGX_DONE; in ngx_http_try_files_handler()
H A Dngx_http_access_module.c334 if (rc == NGX_DONE) { in ngx_http_access_rule()
H A Dngx_http_upstream_keepalive_module.c290 return NGX_DONE; in ngx_http_upstream_get_keepalive_peer()
H A Dngx_http_gzip_filter_module.c352 case NGX_DONE: in ngx_http_gzip_body_filter()
621 return ctx->buffering ? NGX_OK : NGX_DONE; in ngx_http_gzip_filter_buffer()
H A Dngx_http_realip_module.c357 if (rc == NGX_DONE) { in ngx_http_realip_from()
H A Dngx_http_memcached_module.c233 return NGX_DONE; in ngx_http_memcached_handler()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c180 if (n == NGX_DONE) { in ngx_linux_sendfile_chain()
386 return NGX_DONE; in ngx_linux_sendfile_thread()
399 return NGX_DONE; in ngx_linux_sendfile_thread()
H A Dngx_files.c747 return NGX_DONE; in ngx_read_glob()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_core.h40 #define NGX_DONE -4 macro
H A Dngx_inet.c442 rc = NGX_DONE; in ngx_ptocidr()
469 return NGX_DONE; in ngx_ptocidr()
H A Dngx_output_chain.c236 if (last == NGX_ERROR || last == NGX_DONE) { in ngx_output_chain()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_pop3_handler.c252 case NGX_DONE: in ngx_mail_pop3_auth_state()
338 return NGX_DONE; in ngx_mail_pop3_pass()
439 return NGX_DONE; in ngx_mail_pop3_apop()
H A Dngx_mail_handler.c455 return NGX_DONE; in ngx_mail_auth_plain()
517 return NGX_DONE; in ngx_mail_auth_login_password()
595 return NGX_DONE; in ngx_mail_auth_cram_md5()
629 return NGX_DONE; in ngx_mail_auth_external()
H A Dngx_mail_imap_handler.c238 case NGX_DONE: in ngx_mail_imap_auth_state()
342 return NGX_DONE; in ngx_mail_imap_login()
H A Dngx_mail_smtp_handler.c501 case NGX_DONE: in ngx_mail_smtp_auth_state()
761 return NGX_DONE; in ngx_mail_smtp_rcpt()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c176 return NGX_DONE; in ngx_http_perl_handler()
231 if (rc == NGX_DONE) { in ngx_http_perl_handle_request()
252 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_perl_handle_request()
258 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_perl_handle_request()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c928 if (rc == NGX_DONE) { in ngx_http_core_rewrite_phase()
992 if (rc == NGX_DONE) { in ngx_http_core_find_config_phase()
1460 rv = NGX_DONE; in ngx_http_core_find_static_location()
2428 return NGX_DONE; in ngx_http_internal_redirect()
2464 return NGX_DONE; in ngx_http_internal_redirect()
2484 return NGX_DONE; in ngx_http_named_location()
2492 return NGX_DONE; in ngx_http_named_location()
2531 return NGX_DONE; in ngx_http_named_location()
2540 return NGX_DONE; in ngx_http_named_location()
2660 rc = NGX_DONE; in ngx_http_get_forwarded_addr()
[all …]
H A Dngx_http_request_body.c622 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_discarded_request_body_handler()
759 if (rc == NGX_DONE) { in ngx_http_discard_request_body_filter()
1033 if (rc == NGX_DONE) { in ngx_http_request_body_chunked_filter()
H A Dngx_http_upstream.c589 if (rc == NGX_DONE) { in ngx_http_upstream_init_request()
1077 return NGX_DONE; in ngx_http_upstream_cache_send()
2495 if (rc == NGX_DONE) { in ngx_http_upstream_test_next()
2538 if (rc == NGX_DONE) { in ngx_http_upstream_test_next()
2753 return NGX_DONE; in ngx_http_upstream_process_headers()
2769 return NGX_DONE; in ngx_http_upstream_process_headers()
2780 ngx_http_finalize_request(r, NGX_DONE); in ngx_http_upstream_process_headers()
2781 return NGX_DONE; in ngx_http_upstream_process_headers()
2812 return NGX_DONE; in ngx_http_upstream_process_headers()
2821 return NGX_DONE; in ngx_http_upstream_process_headers()
[all …]
H A Dngx_http_special_response.c558 case NGX_DONE: in ngx_http_filter_finalize_request()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c1187 if (rc == NGX_DONE) { in ngx_ssl_ocsp_read_handler()
1614 if (rc == NGX_DONE) { in ngx_ssl_ocsp_process_headers()
1818 return NGX_DONE; in ngx_ssl_ocsp_parse_header_line()
1830 return NGX_DONE; in ngx_ssl_ocsp_process_body()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_realip_module.c218 if (rc == NGX_DONE) { in ngx_stream_realip_from()
H A Dngx_stream_core_module.c197 if (rc == NGX_AGAIN || rc == NGX_DONE) { in ngx_stream_core_generic_phase()
309 if (rc == NGX_DONE) { in ngx_stream_core_preread_phase()
H A Dngx_stream_access_module.c324 if (rc == NGX_DONE) { in ngx_stream_access_rule()

12