Home
last modified time | relevance | path

Searched refs:ngx_mail_pop3_capa (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_pop3_handler.c17 static ngx_int_t ngx_mail_pop3_capa(ngx_mail_session_t *s, ngx_connection_t *c,
166 rc = ngx_mail_pop3_capa(s, c, 1); in ngx_mail_pop3_auth_state()
204 rc = ngx_mail_pop3_capa(s, c, 0); in ngx_mail_pop3_auth_state()
343 ngx_mail_pop3_capa(ngx_mail_session_t *s, ngx_connection_t *c, ngx_int_t stls) in ngx_mail_pop3_capa() function