Searched refs:xclient (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_proxy_module.c | 18 ngx_flag_t xclient; member 78 offsetof(ngx_mail_proxy_conf_t, xclient), 508 ((s->esmtp || pcf->xclient) ? "EHLO " : "HELO "), in ngx_mail_proxy_smtp_handler() 514 if (pcf->xclient) { in ngx_mail_proxy_smtp_handler() 1108 pcf->xclient = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf() 1124 ngx_conf_merge_value(conf->xclient, prev->xclient, 1); in ngx_mail_proxy_merge_conf()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_stats.h | 519 diff = le32toh(xclient->s) - le32toh(old_xclient->s); \ 520 old_xclient->s = xclient->s; \
|
| H A D | bnx2x_stats.c | 924 struct xstorm_per_queue_stats *xclient = in bnx2x_storm_stats_update() local 985 UPDATE_QSTAT(xclient->bcast_bytes_sent, in bnx2x_storm_stats_update() 987 UPDATE_QSTAT(xclient->mcast_bytes_sent, in bnx2x_storm_stats_update() 989 UPDATE_QSTAT(xclient->ucast_bytes_sent, in bnx2x_storm_stats_update()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 1868 *) Исправление: директива xclient почтового прокси-сервера некорректно 5997 xclient.
|
| H A D | CHANGES | 1825 *) Bugfix: the "xclient" directive of the mail proxy module incorrectly 5874 "smtp_auth", "smtp_capabilities", and "xclient" directives.
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 713 syn keyword ngxDirective contained xclient
|