Searched refs:verify_depth (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_ssl_module.c | 175 offsetof(ngx_mail_ssl_conf_t, verify_depth), 264 scf->verify_depth = NGX_CONF_UNSET_UINT; in ngx_mail_ssl_create_conf() 298 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_mail_ssl_merge_conf() 397 conf->verify_depth) in ngx_mail_ssl_merge_conf() 405 conf->verify_depth) in ngx_mail_ssl_merge_conf()
|
| H A D | ngx_mail_ssl_module.h | 33 ngx_uint_t verify_depth; member
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_module.h | 28 ngx_uint_t verify_depth; member
|
| H A D | ngx_stream_ssl_module.c | 140 offsetof(ngx_stream_ssl_conf_t, verify_depth), 600 scf->verify_depth = NGX_CONF_UNSET_UINT; in ngx_stream_ssl_create_conf() 632 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_stream_ssl_merge_conf() 754 conf->verify_depth) in ngx_stream_ssl_merge_conf() 762 conf->verify_depth) in ngx_stream_ssl_merge_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssl_module.h | 28 ngx_uint_t verify_depth; member
|
| H A D | ngx_http_ssl_module.c | 158 offsetof(ngx_http_ssl_srv_conf_t, verify_depth), 573 sscf->verify_depth = NGX_CONF_UNSET_UINT; in ngx_http_ssl_create_srv_conf() 623 ngx_conf_merge_uint_value(conf->verify_depth, prev->verify_depth, 1); in ngx_http_ssl_merge_srv_conf() 786 conf->verify_depth) in ngx_http_ssl_merge_srv_conf() 795 conf->verify_depth) in ngx_http_ssl_merge_srv_conf()
|