enable            233 event/ngx_event.h     ngx_int_t  (*enable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);
enable             39 http/modules/ngx_http_autoindex_module.c     ngx_flag_t     enable;
enable             66 http/modules/ngx_http_autoindex_module.c       offsetof(ngx_http_autoindex_loc_conf_t, enable),
enable            169 http/modules/ngx_http_autoindex_module.c     if (!alcf->enable) {
enable            633 http/modules/ngx_http_autoindex_module.c     conf->enable = NGX_CONF_UNSET;
enable            647 http/modules/ngx_http_autoindex_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             15 http/modules/ngx_http_gzip_filter_module.c     ngx_flag_t           enable;
enable            136 http/modules/ngx_http_gzip_filter_module.c       offsetof(ngx_http_gzip_conf_t, enable),
enable            245 http/modules/ngx_http_gzip_filter_module.c     if (!conf->enable
enable           1102 http/modules/ngx_http_gzip_filter_module.c     conf->enable = NGX_CONF_UNSET;
enable           1121 http/modules/ngx_http_gzip_filter_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             13 http/modules/ngx_http_gzip_static_module.c     ngx_flag_t  enable;
enable             30 http/modules/ngx_http_gzip_static_module.c       offsetof(ngx_http_gzip_static_conf_t, enable),
enable             94 http/modules/ngx_http_gzip_static_module.c     if (!gzcf->enable) {
enable            264 http/modules/ngx_http_gzip_static_module.c     conf->enable = NGX_CONF_UNSET;
enable            276 http/modules/ngx_http_gzip_static_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             13 http/modules/ngx_http_random_index_module.c     ngx_flag_t  enable;
enable             34 http/modules/ngx_http_random_index_module.c       offsetof(ngx_http_random_index_loc_conf_t, enable),
enable             95 http/modules/ngx_http_random_index_module.c     if (!rlcf->enable) {
enable            282 http/modules/ngx_http_random_index_module.c     conf->enable = NGX_CONF_UNSET;
enable            294 http/modules/ngx_http_random_index_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             20 http/modules/ngx_http_ssi_filter_module.c     ngx_flag_t    enable;
enable            124 http/modules/ngx_http_ssi_filter_module.c       offsetof(ngx_http_ssi_loc_conf_t, enable),
enable            325 http/modules/ngx_http_ssi_filter_module.c     if (!slcf->enable
enable           2752 http/modules/ngx_http_ssi_filter_module.c     slcf->enable = NGX_CONF_UNSET;
enable           2769 http/modules/ngx_http_ssi_filter_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             57 http/modules/ngx_http_ssl_module.c       offsetof(ngx_http_ssl_srv_conf_t, enable),
enable            321 http/modules/ngx_http_ssl_module.c     sscf->enable = NGX_CONF_UNSET;
enable            340 http/modules/ngx_http_ssl_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable            368 http/modules/ngx_http_ssl_module.c     if (conf->enable) {
enable             17 http/modules/ngx_http_ssl_module.h     ngx_flag_t                      enable;
enable             22 http/modules/ngx_http_userid_filter_module.c     ngx_uint_t  enable;
enable            101 http/modules/ngx_http_userid_filter_module.c       offsetof(ngx_http_userid_conf_t, enable),
enable            204 http/modules/ngx_http_userid_filter_module.c     if (conf->enable < NGX_HTTP_USERID_V1) {
enable            231 http/modules/ngx_http_userid_filter_module.c     if (conf->enable == NGX_HTTP_USERID_OFF) {
enable            261 http/modules/ngx_http_userid_filter_module.c     if (conf->enable < NGX_HTTP_USERID_V1) {
enable            489 http/modules/ngx_http_userid_filter_module.c     if (conf->enable == NGX_HTTP_USERID_V1) {
enable            610 http/modules/ngx_http_userid_filter_module.c     conf->enable = NGX_CONF_UNSET_UINT;
enable            625 http/modules/ngx_http_userid_filter_module.c     ngx_conf_merge_uint_value(conf->enable, prev->enable,
enable            403 http/ngx_http_request.c     if (sscf->enable || addr_conf->ssl) {
enable            156 mail/ngx_mail_handler.c     if (sslcf->enable) {
enable             15 mail/ngx_mail_proxy_module.c     ngx_flag_t  enable;
enable             45 mail/ngx_mail_proxy_module.c       offsetof(ngx_mail_proxy_conf_t, enable),
enable           1064 mail/ngx_mail_proxy_module.c     pcf->enable = NGX_CONF_UNSET;
enable           1080 mail/ngx_mail_proxy_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable             49 mail/ngx_mail_ssl_module.c       offsetof(ngx_mail_ssl_conf_t, enable),
enable            170 mail/ngx_mail_ssl_module.c     scf->enable = NGX_CONF_UNSET;
enable            189 mail/ngx_mail_ssl_module.c     ngx_conf_merge_value(conf->enable, prev->enable, 0);
enable            212 mail/ngx_mail_ssl_module.c     if (conf->enable) {
enable            329 mail/ngx_mail_ssl_module.c     if (scf->enable && (ngx_int_t) scf->starttls > NGX_MAIL_STARTTLS_OFF) {
enable            355 mail/ngx_mail_ssl_module.c     if (scf->enable == 1 && (ngx_int_t) scf->starttls > NGX_MAIL_STARTTLS_OFF) {
enable             22 mail/ngx_mail_ssl_module.h     ngx_flag_t       enable;