verify             99 http/modules/ngx_http_ssl_module.c       offsetof(ngx_http_ssl_srv_conf_t, verify),
verify            323 http/modules/ngx_http_ssl_module.c     sscf->verify = NGX_CONF_UNSET_UINT;
verify            351 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_uint_value(conf->verify, prev->verify, 0);
verify            442 http/modules/ngx_http_ssl_module.c     if (conf->verify) {
verify             25 http/modules/ngx_http_ssl_module.h     ngx_uint_t                      verify;
verify           1599 http/ngx_http_request.c         if (sscf->verify) {
verify           1614 http/ngx_http_request.c             if (sscf->verify == 1) {