Home
last modified time | relevance | path

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

12

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c264 ngx_add_timer(c->write, delay); in ngx_http_write_filter()
318 ngx_add_timer(c->write, delay); in ngx_http_write_filter()
327 ngx_add_timer(c->write, 1); in ngx_http_write_filter()
H A Dngx_http_request.c364 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_init_connection()
434 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_wait_request_handler()
683 ngx_add_timer(rev, c->listening->post_accept_timeout); in ngx_http_ssl_handshake()
1532 ngx_add_timer(rev, cscf->client_header_timeout); in ngx_http_read_request_header()
2759 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_set_write_handler()
2801 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_writer()
2825 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_writer()
3012 ngx_add_timer(rev, clcf->lingering_timeout); in ngx_http_set_keepalive()
3205 ngx_add_timer(rev, clcf->keepalive_timeout); in ngx_http_set_keepalive()
3359 ngx_add_timer(rev, clcf->lingering_timeout); in ngx_http_set_lingering_close()
[all …]
H A Dngx_http_request_body.c405 ngx_add_timer(c->read, clcf->client_body_timeout); in ngx_http_do_read_client_request_body()
650 ngx_add_timer(rev, timer); in ngx_http_discarded_request_body_handler()
H A Dngx_http_upstream.c1639 ngx_add_timer(c->write, u->conf->connect_timeout); in ngx_http_upstream_connect()
1717 ngx_add_timer(c->write, u->conf->connect_timeout); in ngx_http_upstream_ssl_init_connection()
2035 ngx_add_timer(c->write, u->conf->send_timeout); in ngx_http_upstream_send_request()
2097 ngx_add_timer(c->read, u->conf->read_timeout); in ngx_http_upstream_send_request()
2358 ngx_add_timer(rev, u->read_timeout); in ngx_http_upstream_process_header()
3471 ngx_add_timer(upstream->write, u->conf->send_timeout); in ngx_http_upstream_process_upgraded()
3483 ngx_add_timer(upstream->read, u->conf->read_timeout); in ngx_http_upstream_process_upgraded()
3502 ngx_add_timer(downstream->write, clcf->send_timeout); in ngx_http_upstream_process_upgraded()
3665 ngx_add_timer(downstream->write, clcf->send_timeout); in ngx_http_upstream_process_non_buffered_request()
3677 ngx_add_timer(upstream->read, u->conf->read_timeout); in ngx_http_upstream_process_non_buffered_request()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c185 ngx_add_timer(rev, cscf->proxy_protocol_timeout); in ngx_stream_init_connection()
242 ngx_add_timer(rev, cscf->proxy_protocol_timeout); in ngx_stream_proxy_protocol_handler()
H A Dngx_stream_return_module.c170 ngx_add_timer(ev, 5000); in ngx_stream_return_write_handler()
H A Dngx_stream_proxy_module.c767 ngx_add_timer(pc->write, pscf->connect_timeout); in ngx_stream_proxy_connect()
967 ngx_add_timer(pc->write, pscf->timeout); in ngx_stream_proxy_send_proxy_protocol()
1068 ngx_add_timer(pc->write, pscf->connect_timeout); in ngx_stream_proxy_ssl_init_connection()
1363 ngx_add_timer(c->write, pscf->timeout); in ngx_stream_proxy_process_connection()
1609 ngx_add_timer(src->read, delay); in ngx_stream_proxy_process()
1637 ngx_add_timer(src->read, delay); in ngx_stream_proxy_process()
1699 ngx_add_timer(c->write, pscf->timeout); in ngx_stream_proxy_process()
H A Dngx_stream_core_module.c287 ngx_add_timer(c->read, cscf->preread_timeout); in ngx_stream_core_preread_phase()
H A Dngx_stream_ssl_module.c387 ngx_add_timer(c->read, sslcf->handshake_timeout); in ngx_stream_ssl_init_connection()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_proxy_module.c149 ngx_add_timer(p->upstream.connection->read, cscf->timeout); in ngx_mail_proxy_init()
287 ngx_add_timer(s->connection->read, pcf->timeout); in ngx_mail_proxy_pop3_handler()
421 ngx_add_timer(s->connection->read, pcf->timeout); in ngx_mail_proxy_imap_handler()
668 ngx_add_timer(s->connection->read, pcf->timeout); in ngx_mail_proxy_smtp_handler()
1040 ngx_add_timer(c->read, pcf->timeout); in ngx_mail_proxy_handler()
H A Dngx_mail_auth_http_module.c225 ngx_add_timer(ctx->peer.connection->read, ahcf->timeout); in ngx_mail_auth_http_init()
226 ngx_add_timer(ctx->peer.connection->write, ahcf->timeout); in ngx_mail_auth_http_init()
294 ngx_add_timer(wev, ahcf->timeout); in ngx_mail_auth_http_write_handler()
731 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000)); in ngx_mail_auth_http_process_headers()
748 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000)); in ngx_mail_auth_http_process_headers()
895 ngx_add_timer(rev, cscf->timeout); in ngx_mail_auth_sleep_handler()
H A Dngx_mail_handler.c220 ngx_add_timer(c->read, cscf->timeout); in ngx_mail_ssl_init_connection()
696 ngx_add_timer(c->write, cscf->timeout); in ngx_mail_send()
H A Dngx_mail_smtp_handler.c255 ngx_add_timer(c->read, timeout); in ngx_mail_smtp_greeting()
297 ngx_add_timer(c->read, cscf->timeout); in ngx_mail_smtp_invalid_pipelining()
H A Dngx_mail_imap_handler.c47 ngx_add_timer(c->read, cscf->timeout); in ngx_mail_imap_init_session()
H A Dngx_mail_pop3_handler.c68 ngx_add_timer(c->read, cscf->timeout); in ngx_mail_pop3_init_session()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c71 ngx_add_timer(rev, p->read_timeout); in ngx_event_pipe()
89 ngx_add_timer(wev, p->send_timeout); in ngx_event_pipe()
208 ngx_add_timer(p->upstream->read, delay); in ngx_event_pipe_read_upstream()
376 ngx_add_timer(p->upstream->read, delay); in ngx_event_pipe_read_upstream()
H A Dngx_event.h473 #define ngx_add_timer ngx_event_add_timer macro
H A Dngx_event_accept.c125 ngx_add_timer(ev, ecf->accept_mutex_delay);
H A Dngx_event_openssl_stapling.c1060 ngx_add_timer(ctx->peer.connection->read, ctx->timeout); in ngx_ssl_ocsp_connect()
1061 ngx_add_timer(ctx->peer.connection->write, ctx->timeout); in ngx_ssl_ocsp_connect()
1118 ngx_add_timer(wev, ctx->timeout); in ngx_ssl_ocsp_write_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.c802 ngx_add_timer(&ngx_cleaner_event, 30000); in ngx_init_cycle()
1399 ngx_add_timer(ev, 30000); in ngx_clean_old_cycles()
1422 ngx_add_timer(&ngx_shutdown_event, ccf->shutdown_timeout); in ngx_set_shutdown_timer()
H A Dngx_resolver.c866 ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000)); in ngx_resolve_name_locked()
1078 ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000)); in ngx_resolve_addr()
1396 ngx_add_timer(rec->tcp->write, (ngx_msec_t) (r->tcp_timeout * 1000)); in ngx_resolver_send_tcp_query()
1484 ngx_add_timer(r->event, (ngx_msec_t) (timer * 1000)); in ngx_resolver_resend_handler()
1616 ngx_add_timer(wev, (ngx_msec_t) (r->tcp_timeout * 1000)); in ngx_resolver_tcp_write()
4032 ngx_add_timer(ctx->event, ctx->timeout); in ngx_resolver_set_timeout()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c370 ngx_add_timer(c->read, kp->conf->timeout); in ngx_http_upstream_free_keepalive_peer()
H A Dngx_http_limit_req_module.c281 ngx_add_timer(r->connection->write, delay); in ngx_http_limit_req_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c591 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_v2_send_output_queue()
658 ngx_add_timer(c->read, h2scf->recv_timeout); in ngx_http_v2_handle_connection()
685 ngx_add_timer(c->read, h2scf->idle_timeout); in ngx_http_v2_handle_connection()
2484 ngx_add_timer(rev, cscf->client_header_timeout); in ngx_http_v2_state_headers_save()
3952 ngx_add_timer(r->connection->read, clcf->client_body_timeout); in ngx_http_v2_read_request_body()
4034 ngx_add_timer(fc->read, clcf->client_body_timeout); in ngx_http_v2_process_request_body()
4255 ngx_add_timer(fc->read, clcf->client_body_timeout); in ngx_http_v2_read_unbuffered_request_body()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c1421 ngx_add_timer(&ev, ctx->delay); in ngx_cache_manager_process_cycle()
1466 ngx_add_timer(ev, next); in ngx_cache_manager_process_handler()

12