ngx_mail_auth_http_escape   76 src/mail/ngx_mail_auth_http_module.c static ngx_int_t ngx_mail_auth_http_escape(ngx_pool_t *pool, ngx_str_t *text,
ngx_mail_auth_http_escape 1162 src/mail/ngx_mail_auth_http_module.c     if (ngx_mail_auth_http_escape(pool, &s->login, &login) != NGX_OK) {
ngx_mail_auth_http_escape 1166 src/mail/ngx_mail_auth_http_module.c     if (ngx_mail_auth_http_escape(pool, &s->passwd, &passwd) != NGX_OK) {
ngx_mail_auth_http_escape 1207 src/mail/ngx_mail_auth_http_module.c             if (ngx_mail_auth_http_escape(pool, &raw_cert, &cert) != NGX_OK) {