comparison src/stream/ngx_stream_script.h @ 7833:3ab8e1e2f0f7

Upstream: variables support in certificates.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 06 May 2021 02:22:09 +0300
parents b82162b8496a
children
comparison
equal deleted inserted replaced
7832:be82e72c9af8 7833:3ab8e1e2f0f7
110 ngx_stream_complex_value_t *val, size_t default_value); 110 ngx_stream_complex_value_t *val, size_t default_value);
111 ngx_int_t ngx_stream_compile_complex_value( 111 ngx_int_t ngx_stream_compile_complex_value(
112 ngx_stream_compile_complex_value_t *ccv); 112 ngx_stream_compile_complex_value_t *ccv);
113 char *ngx_stream_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, 113 char *ngx_stream_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
114 void *conf); 114 void *conf);
115 char *ngx_stream_set_complex_value_zero_slot(ngx_conf_t *cf, ngx_command_t *cmd,
116 void *conf);
115 char *ngx_stream_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, 117 char *ngx_stream_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd,
116 void *conf); 118 void *conf);
117 119
118 120
119 ngx_uint_t ngx_stream_script_variables_count(ngx_str_t *value); 121 ngx_uint_t ngx_stream_script_variables_count(ngx_str_t *value);