auth_methods      383 mail/ngx_mail_imap_handler.c         if (!(iscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) {
auth_methods       78 mail/ngx_mail_imap_module.c       offsetof(ngx_mail_imap_srv_conf_t, auth_methods),
auth_methods      149 mail/ngx_mail_imap_module.c     ngx_conf_merge_bitmask_value(conf->auth_methods,
auth_methods      150 mail/ngx_mail_imap_module.c                               prev->auth_methods,
auth_methods      182 mail/ngx_mail_imap_module.c         if (m & conf->auth_methods) {
auth_methods      208 mail/ngx_mail_imap_module.c         if (m & conf->auth_methods) {
auth_methods       23 mail/ngx_mail_imap_module.h     ngx_uint_t   auth_methods;
auth_methods       41 mail/ngx_mail_pop3_handler.c     if (pscf->auth_methods
auth_methods      407 mail/ngx_mail_pop3_handler.c     if (!(pscf->auth_methods & NGX_MAIL_AUTH_APOP_ENABLED)) {
auth_methods      486 mail/ngx_mail_pop3_handler.c         if (!(pscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) {
auth_methods       77 mail/ngx_mail_pop3_module.c       offsetof(ngx_mail_pop3_srv_conf_t, auth_methods),
auth_methods      142 mail/ngx_mail_pop3_module.c     ngx_conf_merge_bitmask_value(conf->auth_methods,
auth_methods      143 mail/ngx_mail_pop3_module.c                                  prev->auth_methods,
auth_methods      179 mail/ngx_mail_pop3_module.c     if (conf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED) {
auth_methods      202 mail/ngx_mail_pop3_module.c     if (conf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED) {
auth_methods      231 mail/ngx_mail_pop3_module.c     if (conf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED) {
auth_methods       22 mail/ngx_mail_pop3_module.h     ngx_uint_t   auth_methods;
auth_methods      626 mail/ngx_mail_smtp_handler.c         if (!(sscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) {
auth_methods      660 mail/ngx_mail_smtp_handler.c     if (!(sscf->auth_methods & NGX_MAIL_AUTH_NONE_ENABLED)) {
auth_methods       78 mail/ngx_mail_smtp_module.c       offsetof(ngx_mail_smtp_srv_conf_t, auth_methods),
auth_methods      154 mail/ngx_mail_smtp_module.c     ngx_conf_merge_bitmask_value(conf->auth_methods,
auth_methods      155 mail/ngx_mail_smtp_module.c                               prev->auth_methods,
auth_methods      210 mail/ngx_mail_smtp_module.c         if (m & conf->auth_methods) {
auth_methods      253 mail/ngx_mail_smtp_module.c             if (m & conf->auth_methods) {
auth_methods       29 mail/ngx_mail_smtp_module.h     ngx_uint_t   auth_methods;