Searched refs:read_timeout (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.cpp | 48 int read_timeout; member 79 fd_info->read_timeout = 500; in mt_hook_new_fd() 91 fd_info->read_timeout = 0; in mt_hook_free_fd() 190 return MtFrame::read(fd, buf, nbyte, hook_fd->read_timeout); in read() 244 … return MtFrame::recvfrom(fd, buffer, length, flags, address, address_len, hook_fd->read_timeout); in recvfrom() 262 return MtFrame::recv(fd, buffer, length, flags, hook_fd->read_timeout); in recv() 296 hook_fd->read_timeout = val->tv_sec * 1000 + val->tv_usec / 1000; in setsockopt()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.h | 82 ngx_msec_t read_timeout; member
|
| H A D | ngx_event_pipe.c | 71 ngx_add_timer(rev, p->read_timeout); in ngx_event_pipe()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 102 offsetof(ngx_http_memcached_loc_conf_t, upstream.read_timeout), 609 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf() 657 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_memcached_merge_loc_conf() 658 prev->upstream.read_timeout, 60000); in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 199 offsetof(ngx_http_scgi_loc_conf_t, upstream.read_timeout), 1214 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf() 1318 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_scgi_merge_loc_conf() 1319 prev->upstream.read_timeout, 60000); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 260 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.read_timeout), 1427 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf() 1539 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_uwsgi_merge_loc_conf() 1540 prev->upstream.read_timeout, 60000); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 349 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.read_timeout), 2735 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf() 2844 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_fastcgi_merge_loc_conf() 2845 prev->upstream.read_timeout, 60000); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 293 offsetof(ngx_http_grpc_loc_conf_t, upstream.read_timeout), 4179 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf() 4243 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_grpc_merge_loc_conf() 4244 prev->upstream.read_timeout, 60000); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 426 offsetof(ngx_http_proxy_loc_conf_t, upstream.read_timeout), 2867 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf() 2997 ngx_conf_merge_msec_value(conf->upstream.read_timeout, in ngx_http_proxy_merge_loc_conf() 2998 prev->upstream.read_timeout, 60000); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 154 ngx_msec_t read_timeout; member
|
| H A D | ngx_http_upstream.c | 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() 3226 p->read_timeout = u->conf->read_timeout; in ngx_http_upstream_send_response() 3483 ngx_add_timer(upstream->read, u->conf->read_timeout); in ngx_http_upstream_process_upgraded() 3677 ngx_add_timer(upstream->read, u->conf->read_timeout); in ngx_http_upstream_process_non_buffered_request()
|