Home
last modified time | relevance | path

Searched refs:ngx_int_t (Results 1 – 25 of 234) sorted by relevance

12345678910

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h78 ngx_int_t last;
162 ngx_int_t ngx_ssl_init(ngx_log_t *log);
165 ngx_int_t ngx_ssl_certificates(ngx_conf_t *cf, ngx_ssl_t *ssl,
167 ngx_int_t ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl,
175 ngx_str_t *cert, ngx_int_t depth);
177 ngx_str_t *cert, ngx_int_t depth);
179 ngx_int_t ngx_ssl_stapling(ngx_conf_t *cf, ngx_ssl_t *ssl,
181 ngx_int_t ngx_ssl_stapling_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl,
190 ngx_int_t ngx_ssl_early_data(ngx_conf_t *cf, ngx_ssl_t *ssl,
267 ngx_int_t ngx_ssl_handshake(ngx_connection_t *c);
[all …]
H A Dngx_event.h182 ngx_int_t (*add)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
183 ngx_int_t (*del)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
185 ngx_int_t (*enable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
186 ngx_int_t (*disable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
188 ngx_int_t (*add_conn)(ngx_connection_t *c);
191 ngx_int_t (*notify)(ngx_event_handler_pt handler);
419 static inline ngx_int_t
428 static inline ngx_int_t
442 static inline ngx_int_t ngx_del_conn( in ngx_del_conn()
451 static inline ngx_int_t ngx_process_events( in ngx_process_events()
[all …]
H A Dngx_event_pipe.h19 typedef ngx_int_t (*ngx_event_pipe_input_filter_pt)(ngx_event_pipe_t *p,
21 typedef ngx_int_t (*ngx_event_pipe_output_filter_pt)(void *data,
51 ngx_int_t (*thread_handler)(ngx_thread_task_t *task,
70 ngx_int_t allocated;
102 ngx_int_t ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write);
103 ngx_int_t ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf);
104 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b);
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h97 ngx_int_t ngx_http_parse_uri(ngx_http_request_t *r);
98 ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r,
106 ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers,
108 ngx_int_t ngx_http_parse_set_cookie_lines(ngx_array_t *headers,
119 ngx_int_t ngx_http_process_request_uri(ngx_http_request_t *r);
125 ngx_int_t ngx_http_post_request(ngx_http_request_t *r,
128 void ngx_http_free_request(ngx_http_request_t *r, ngx_int_t rc);
144 ngx_int_t ngx_http_send_header(ngx_http_request_t *r);
146 ngx_int_t error);
148 ngx_module_t *m, ngx_int_t error);
[all …]
H A Dngx_http_core_module.h272 ngx_int_t family;
297 ngx_int_t status;
298 ngx_int_t overwrite;
481 ngx_int_t ngx_http_core_access_phase(ngx_http_request_t *r,
490 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
492 ngx_int_t ngx_http_set_etag(ngx_http_request_t *r);
498 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
500 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);
504 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
516 typedef ngx_int_t (*ngx_http_output_body_filter_pt)
[all …]
H A Dngx_http_variables.c529 ngx_int_t
729 static ngx_int_t
769 static ngx_int_t
817 static ngx_int_t
840 static ngx_int_t
848 static ngx_int_t
856 static ngx_int_t
959 ngx_int_t
2494 ngx_int_t
2566 ngx_int_t
[all …]
H A Dngx_http_upstream_round_robin.h25 ngx_int_t current_weight;
26 ngx_int_t effective_weight;
27 ngx_int_t weight;
136 ngx_int_t ngx_http_upstream_init_round_robin(ngx_conf_t *cf,
138 ngx_int_t ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r,
140 ngx_int_t ngx_http_upstream_create_round_robin_peer(ngx_http_request_t *r,
142 ngx_int_t ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc,
148 ngx_int_t
H A Dngx_http_variables.h25 typedef ngx_int_t (*ngx_http_get_variable_pt) (ngx_http_request_t *r,
51 ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);
60 ngx_int_t ngx_http_variable_unknown_header(ngx_http_variable_value_t *v,
68 ngx_int_t index;
89 ngx_int_t ngx_http_regex_exec(ngx_http_request_t *r, ngx_http_regex_t *re,
108 ngx_int_t ngx_http_variables_add_core_vars(ngx_conf_t *cf);
109 ngx_int_t ngx_http_variables_init_vars(ngx_conf_t *cf);
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread.h22 ngx_int_t ngx_thread_mutex_create(ngx_thread_mutex_t *mtx, ngx_log_t *log);
23 ngx_int_t ngx_thread_mutex_destroy(ngx_thread_mutex_t *mtx, ngx_log_t *log);
24 ngx_int_t ngx_thread_mutex_lock(ngx_thread_mutex_t *mtx, ngx_log_t *log);
25 ngx_int_t ngx_thread_mutex_unlock(ngx_thread_mutex_t *mtx, ngx_log_t *log);
30 ngx_int_t ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log);
31 ngx_int_t ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log);
32 ngx_int_t ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log);
33 ngx_int_t ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx,
H A Dngx_channel.h20 ngx_int_t slot;
25 ngx_int_t ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
27 ngx_int_t ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
29 ngx_int_t ngx_add_channel_event(ngx_cycle_t *cycle, ngx_fd_t fd,
30 ngx_int_t event, ngx_event_handler_pt handler);
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h27 ngx_int_t (*thread_handler)(ngx_thread_task_t *task,
113 typedef ngx_int_t (*ngx_tree_init_handler_pt) (void *ctx, void *prev);
114 typedef ngx_int_t (*ngx_tree_handler_pt) (ngx_tree_ctx_t *ctx, ngx_str_t *name);
135 ngx_int_t ngx_get_full_name(ngx_pool_t *pool, ngx_str_t *prefix,
139 ngx_int_t ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path,
143 ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path);
145 ngx_int_t ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot);
146 ngx_int_t ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user);
147 ngx_int_t ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to,
149 ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);
[all …]
H A Dngx_module.h238 ngx_int_t (*init_master)(ngx_log_t *log);
240 ngx_int_t (*init_module)(ngx_cycle_t *cycle);
242 ngx_int_t (*init_process)(ngx_cycle_t *cycle);
243 ngx_int_t (*init_thread)(ngx_cycle_t *cycle);
267 ngx_int_t ngx_preinit_modules(void);
268 ngx_int_t ngx_cycle_modules(ngx_cycle_t *cycle);
269 ngx_int_t ngx_init_modules(ngx_cycle_t *cycle);
270 ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type);
273 ngx_int_t ngx_add_module(ngx_conf_t *cf, ngx_str_t *file,
H A Dngx_inet.h111 ngx_int_t ngx_inet6_addr(u_char *p, size_t len, u_char *addr);
117 ngx_int_t ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr);
118 ngx_int_t ngx_cidr_match(struct sockaddr *sa, ngx_array_t *cidrs);
119 ngx_int_t ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text,
121 ngx_int_t ngx_parse_addr_port(ngx_pool_t *pool, ngx_addr_t *addr,
123 ngx_int_t ngx_parse_url(ngx_pool_t *pool, ngx_url_t *u);
124 ngx_int_t ngx_inet_resolve_host(ngx_pool_t *pool, ngx_url_t *u);
125 ngx_int_t ngx_cmp_sockaddr(struct sockaddr *sa1, socklen_t slen1,
H A Dngx_string.h161 ngx_int_t ngx_strcasecmp(u_char *s1, u_char *s2);
162 ngx_int_t ngx_strncasecmp(u_char *s1, u_char *s2, size_t n);
170 ngx_int_t ngx_rstrncmp(u_char *s1, u_char *s2, size_t n);
171 ngx_int_t ngx_rstrncasecmp(u_char *s1, u_char *s2, size_t n);
173 ngx_int_t ngx_dns_strcmp(u_char *s1, u_char *s2);
174 ngx_int_t ngx_filename_cmp(u_char *s1, u_char *s2, size_t n);
176 ngx_int_t ngx_atoi(u_char *line, size_t n);
177 ngx_int_t ngx_atofp(u_char *line, size_t n, size_t point);
181 ngx_int_t ngx_hextoi(u_char *line, size_t n);
191 ngx_int_t ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src);
[all …]
H A Dngx_radix_tree.h38 ngx_int_t preallocate);
40 ngx_int_t ngx_radix32tree_insert(ngx_radix_tree_t *tree,
42 ngx_int_t ngx_radix32tree_delete(ngx_radix_tree_t *tree,
47 ngx_int_t ngx_radix128tree_insert(ngx_radix_tree_t *tree,
49 ngx_int_t ngx_radix128tree_delete(ngx_radix_tree_t *tree,
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c24 static ngx_int_t ngx_kqueue_add_event(ngx_event_t *ev, ngx_int_t event,
26 static ngx_int_t ngx_kqueue_del_event(ngx_event_t *ev, ngx_int_t event,
28 static ngx_int_t ngx_kqueue_set_event(ngx_event_t *ev, ngx_int_t filter,
121 static ngx_int_t
243 static ngx_int_t
293 static ngx_int_t
349 static ngx_int_t
352 ngx_int_t rc; in ngx_kqueue_del_event()
403 static ngx_int_t
491 static ngx_int_t
[all …]
H A Dngx_ff_host_event_module.c40 static ngx_int_t ngx_ff_epoll_add_event(ngx_event_t *ev,
41 ngx_int_t event, ngx_uint_t flags);
42 static ngx_int_t ngx_ff_epoll_del_event(ngx_event_t *ev,
43 ngx_int_t event, ngx_uint_t flags);
102 static ngx_int_t
146 static ngx_int_t
204 static ngx_int_t
262 static ngx_int_t
286 static ngx_int_t
323 static ngx_int_t
[all …]
H A Dngx_devpoll_module.c38 static ngx_int_t ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer);
40 static ngx_int_t ngx_devpoll_add_event(ngx_event_t *ev, ngx_int_t event,
42 static ngx_int_t ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event,
44 static ngx_int_t ngx_devpoll_set_event(ngx_event_t *ev, ngx_int_t event,
46 static ngx_int_t ngx_devpoll_process_events(ngx_cycle_t *cycle,
117 static ngx_int_t
217 static ngx_int_t
240 static ngx_int_t
290 static ngx_int_t
339 static ngx_int_t
[all …]
H A Dngx_select_module.c13 static ngx_int_t ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer);
15 static ngx_int_t ngx_select_add_event(ngx_event_t *ev, ngx_int_t event,
17 static ngx_int_t ngx_select_del_event(ngx_event_t *ev, ngx_int_t event,
19 static ngx_int_t ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
32 static ngx_int_t max_fd;
76 static ngx_int_t
126 static ngx_int_t
127 ngx_select_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) in ngx_select_add_event()
172 static ngx_int_t
173 ngx_select_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags) in ngx_select_del_event()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_round_robin.h25 ngx_int_t current_weight;
26 ngx_int_t effective_weight;
27 ngx_int_t weight;
134 ngx_int_t ngx_stream_upstream_init_round_robin(ngx_conf_t *cf,
136 ngx_int_t ngx_stream_upstream_init_round_robin_peer(ngx_stream_session_t *s,
138 ngx_int_t ngx_stream_upstream_create_round_robin_peer(ngx_stream_session_t *s,
140 ngx_int_t ngx_stream_upstream_get_round_robin_peer(ngx_peer_connection_t *pc,
H A Dngx_stream_variables.c262 ngx_int_t
464 static ngx_int_t
516 static ngx_int_t
530 static ngx_int_t
556 static ngx_int_t
570 static ngx_int_t
596 static ngx_int_t
627 static ngx_int_t
1031 ngx_int_t
1102 ngx_int_t
[all …]
H A Dngx_stream_variables.h25 typedef ngx_int_t (*ngx_stream_get_variable_pt) (ngx_stream_session_t *s,
51 ngx_int_t ngx_stream_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);
65 ngx_int_t index;
86 ngx_int_t ngx_stream_regex_exec(ngx_stream_session_t *s, ngx_stream_regex_t *re,
105 ngx_int_t ngx_stream_variables_add_core_vars(ngx_conf_t *cf);
106 ngx_int_t ngx_stream_variables_init_vars(ngx_conf_t *cf);
H A Dngx_stream_realip_module.c25 static ngx_int_t ngx_stream_realip_handler(ngx_stream_session_t *s);
26 static ngx_int_t ngx_stream_realip_set_addr(ngx_stream_session_t *s,
33 static ngx_int_t ngx_stream_realip_add_variables(ngx_conf_t *cf);
34 static ngx_int_t ngx_stream_realip_init(ngx_conf_t *cf);
96 static ngx_int_t
132 static ngx_int_t
181 ngx_int_t rc; in ngx_stream_realip_from()
313 static ngx_int_t
332 static ngx_int_t
351 static ngx_int_t
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c142 static ngx_int_t
304 static ngx_int_t
405 static ngx_int_t
448 static ngx_int_t
466 static ngx_int_t
484 static ngx_int_t
491 static ngx_int_t
536 static ngx_int_t
859 static ngx_int_t
895 static ngx_int_t
[all …]
H A Dngx_http_auth_request_module.c27 ngx_int_t index;
33 static ngx_int_t ngx_http_auth_request_handler(ngx_http_request_t *r);
34 static ngx_int_t ngx_http_auth_request_done(ngx_http_request_t *r,
35 void *data, ngx_int_t rc);
38 static ngx_int_t ngx_http_auth_request_variable(ngx_http_request_t *r,
43 static ngx_int_t ngx_http_auth_request_init(ngx_conf_t *cf);
101 static ngx_int_t
216 static ngx_int_t
231 static ngx_int_t
289 static ngx_int_t
[all …]

12345678910