Home
last modified time | relevance | path

Searched refs:ngx_array_t (Results 1 – 25 of 94) sorted by relevance

1234

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.h34 ngx_array_t *certificates;
35 ngx_array_t *certificate_keys;
37 ngx_array_t *certificate_values;
38 ngx_array_t *certificate_key_values;
48 ngx_array_t *passwords;
53 ngx_array_t *session_ticket_keys;
H A Dngx_stream_script.h36 ngx_array_t **flushes;
37 ngx_array_t **lengths;
38 ngx_array_t **values;
116 ngx_array_t *indices);
118 void *ngx_stream_script_add_code(ngx_array_t *codes, size_t size, void *code);
H A Dngx_stream.h106 ngx_array_t addrs; /* array of ngx_stream_conf_addr_t */
147 ngx_array_t handlers;
152 ngx_array_t servers; /* ngx_stream_core_srv_conf_t */
153 ngx_array_t listen; /* ngx_stream_listen_t */
159 ngx_array_t variables; /* ngx_stream_variable_t */
160 ngx_array_t prefix_variables; /* ngx_stream_variable_t */
215 ngx_array_t *upstream_states;
H A Dngx_stream_upstream.h31 ngx_array_t upstreams;
74 ngx_array_t *servers;
H A Dngx_stream_log_module.c36 ngx_array_t *flushes;
37 ngx_array_t *ops; /* array of ngx_stream_log_op_t */
42 ngx_array_t formats; /* array of ngx_stream_log_fmt_t */
58 ngx_array_t *lengths;
59 ngx_array_t *values;
75 ngx_array_t *logs; /* array of ngx_stream_log_t */
139 ngx_array_t *flushes, ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s);
1311 ngx_stream_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes, in ngx_stream_log_compile_format()
1312 ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s) in ngx_stream_log_compile_format()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_array.h22 } ngx_array_t; typedef
25 ngx_array_t *ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size);
26 void ngx_array_destroy(ngx_array_t *a);
27 void *ngx_array_push(ngx_array_t *a);
28 void *ngx_array_push_n(ngx_array_t *a, ngx_uint_t n);
32 ngx_array_init(ngx_array_t *array, ngx_pool_t *pool, ngx_uint_t n, size_t size) in ngx_array_init()
H A Dngx_array.c12 ngx_array_t *
15 ngx_array_t *a; in ngx_array_create()
17 a = ngx_palloc(p, sizeof(ngx_array_t)); in ngx_array_create()
31 ngx_array_destroy(ngx_array_t *a) in ngx_array_destroy()
41 if ((u_char *) a + sizeof(ngx_array_t) == p->d.last) { in ngx_array_destroy()
48 ngx_array_push(ngx_array_t *a) in ngx_array_push()
95 ngx_array_push_n(ngx_array_t *a, ngx_uint_t n) in ngx_array_push_n()
H A Dngx_hash.h81 ngx_array_t keys;
82 ngx_array_t *keys_hash;
84 ngx_array_t dns_wc_head;
85 ngx_array_t *dns_wc_head_hash;
87 ngx_array_t dns_wc_tail;
88 ngx_array_t *dns_wc_tail_hash;
H A Dngx_cycle.h59 ngx_array_t listening;
60 ngx_array_t paths;
62 ngx_array_t config_dump;
116 ngx_array_t env;
145 extern ngx_array_t ngx_old_cycles;
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.h36 ngx_array_t *certificates;
37 ngx_array_t *certificate_keys;
39 ngx_array_t *certificate_values;
40 ngx_array_t *certificate_key_values;
50 ngx_array_t *passwords;
55 ngx_array_t *session_ticket_keys;
H A Dngx_http_ssi_filter_module.h48 ngx_array_t params;
66 ngx_array_t *blocks;
H A Dngx_http_xslt_filter_module.c37 ngx_array_t dtd_files; /* ngx_http_xslt_file_t */
38 ngx_array_t sheet_files; /* ngx_http_xslt_file_t */
51 ngx_array_t params; /* ngx_http_xslt_param_t */
57 ngx_array_t sheets; /* ngx_http_xslt_sheet_t */
59 ngx_array_t *types_keys;
60 ngx_array_t *params; /* ngx_http_xslt_param_t */
70 ngx_array_t params;
90 ngx_http_xslt_filter_ctx_t *ctx, ngx_array_t *params, ngx_uint_t final);
629 ngx_array_t *params, ngx_uint_t final) in ngx_http_xslt_params()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h43 ngx_array_t **flushes;
44 ngx_array_t **lengths;
45 ngx_array_t **values;
119 ngx_array_t *lengths;
194 ngx_array_t *lengths;
216 ngx_array_t *predicates);
218 ngx_array_t *predicates);
227 ngx_array_t *indices);
229 void *ngx_http_script_start_code(ngx_pool_t *pool, ngx_array_t **codes,
231 void *ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code);
H A Dngx_http_upstream.h75 ngx_array_t upstreams;
188 ngx_array_t *hide_headers;
189 ngx_array_t *pass_headers;
212 ngx_array_t *cache_valid;
213 ngx_array_t *cache_bypass;
214 ngx_array_t *cache_purge;
215 ngx_array_t *no_cache;
218 ngx_array_t *store_lengths;
219 ngx_array_t *store_values;
289 ngx_array_t cookies;
[all …]
H A Dngx_http_core_module.h148 ngx_array_t handlers;
161 ngx_array_t variables; /* ngx_http_variable_t */
162 ngx_array_t prefix_variables; /* ngx_http_variable_t */
173 ngx_array_t *ports;
181 ngx_array_t server_names;
342 ngx_array_t *root_lengths;
343 ngx_array_t *root_values;
345 ngx_array_t *types;
410 ngx_array_t *gzip_disable; /* gzip_disable */
424 ngx_array_t *error_pages; /* error_page */
[all …]
H A Dngx_http.h106 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,
159 char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys,
160 ngx_hash_t *types_hash, ngx_array_t **prev_keys,
162 ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
H A Dngx_http_request.h214 ngx_array_t x_forwarded_for;
236 ngx_array_t cookies;
282 ngx_array_t cache_control;
283 ngx_array_t link;
389 ngx_array_t *upstream_states;
H A Dngx_http_cache.h67 ngx_array_t keys;
196 time_t ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status);
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.h39 ngx_array_t *certificates;
40 ngx_array_t *certificate_keys;
50 ngx_array_t *passwords;
55 ngx_array_t *session_ticket_keys;
H A Dngx_mail.h87 ngx_array_t addrs; /* array of ngx_mail_conf_addr_t */
97 ngx_array_t servers; /* ngx_mail_core_srv_conf_t */
98 ngx_array_t listen; /* ngx_mail_listen_t */
230 ngx_array_t args;
H A Dngx_mail.c15 static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
17 static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports);
72 ngx_array_t ports; in ngx_mail_block()
225 ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports, in ngx_mail_add_ports()
279 ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports) in ngx_mail_optimize_servers()
H A Dngx_mail_pop3_module.h25 ngx_array_t capabilities;
H A Dngx_mail_imap_module.h26 ngx_array_t capabilities;
H A Dngx_mail_smtp_module.h32 ngx_array_t capabilities;
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h166 ngx_array_t *certs, ngx_array_t *keys, ngx_array_t *passwords);
168 ngx_str_t *cert, ngx_str_t *key, ngx_array_t *passwords);
170 ngx_str_t *cert, ngx_str_t *key, ngx_array_t *passwords);
185 ngx_array_t *ngx_ssl_read_password_file(ngx_conf_t *cf, ngx_str_t *file);
186 ngx_array_t *ngx_ssl_preserve_passwords(ngx_conf_t *cf,
187 ngx_array_t *passwords);
195 ngx_array_t *certificates, ssize_t builtin_session_cache,
198 ngx_array_t *paths);

1234