comparison src/http/ngx_http_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
213 ngx_http_complex_value_t *val, ngx_str_t *value); 213 ngx_http_complex_value_t *val, ngx_str_t *value);
214 size_t ngx_http_complex_value_size(ngx_http_request_t *r, 214 size_t ngx_http_complex_value_size(ngx_http_request_t *r,
215 ngx_http_complex_value_t *val, size_t default_value); 215 ngx_http_complex_value_t *val, size_t default_value);
216 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv); 216 ngx_int_t ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv);
217 char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, 217 char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
218 void *conf);
219 char *ngx_http_set_complex_value_zero_slot(ngx_conf_t *cf, ngx_command_t *cmd,
218 void *conf); 220 void *conf);
219 char *ngx_http_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, 221 char *ngx_http_set_complex_value_size_slot(ngx_conf_t *cf, ngx_command_t *cmd,
220 void *conf); 222 void *conf);
221 223
222 224