Searched refs:ahcf (Results 1 – 1 of 1) sorted by relevance
167 ngx_mail_auth_http_conf_t *ahcf; in ngx_mail_auth_http_init() local1240 + ahcf->header.len in ngx_mail_auth_http_create_request()1249 b->last = ngx_copy(b->last, ahcf->uri.data, ahcf->uri.len); in ngx_mail_auth_http_create_request()1373 if (ahcf->header.len) { in ngx_mail_auth_http_create_request()1374 b->last = ngx_copy(b->last, ahcf->header.data, ahcf->header.len); in ngx_mail_auth_http_create_request()1424 if (ahcf == NULL) { in ngx_mail_auth_http_create_conf()1434 return ahcf; in ngx_mail_auth_http_create_conf()1529 ahcf->peer = u.addrs; in ngx_mail_auth_http()1538 ahcf->uri = u.uri; in ngx_mail_auth_http()1540 if (ahcf->uri.len == 0) { in ngx_mail_auth_http()[all …]