Searched refs:cscfp (Results 1 – 8 of 8) sorted by relevance
128 ngx_http_core_srv_conf_t **cscfp; in ngx_http_block() local249 cscfp = cmcf->servers.elts; in ngx_http_block()568 ngx_http_core_srv_conf_t **cscfp; in ngx_http_merge_servers() local570 cscfp = cmcf->servers.elts; in ngx_http_merge_servers()579 ctx->srv_conf = cscfp[s]->ctx->srv_conf; in ngx_http_merge_servers()593 ctx->loc_conf = cscfp[s]->ctx->loc_conf; in ngx_http_merge_servers()1433 ngx_http_core_srv_conf_t **cscfp; in ngx_http_server_names() local1453 cscfp = addr->servers.elts; in ngx_http_server_names()1457 name = cscfp[s]->server_names.elts; in ngx_http_server_names()1459 for (n = 0; n < cscfp[s]->server_names.nelts; n++) { in ngx_http_server_names()[all …]
40 ngx_http_request_t *r, ngx_http_core_srv_conf_t **cscfp);2236 ngx_http_request_t *r, ngx_http_core_srv_conf_t **cscfp) in ngx_http_find_virtual_server() argument2249 *cscfp = cscf; in ngx_http_find_virtual_server()2279 *cscfp = sn[i].server; in ngx_http_find_virtual_server()2305 *cscfp = sn[i].server; in ngx_http_find_virtual_server()
2735 ngx_http_core_srv_conf_t *cscf, **cscfp; in ngx_http_core_server() local2795 cscfp = ngx_array_push(&cmcf->servers); in ngx_http_core_server()2796 if (cscfp == NULL) { in ngx_http_core_server()2800 *cscfp = cscf; in ngx_http_core_server()
76 ngx_mail_core_srv_conf_t **cscfp; in ngx_mail_block() local163 cscfp = cmcf->servers.elts; in ngx_mail_block()189 cf->ctx = cscfp[s]->ctx; in ngx_mail_block()194 cscfp[s]->ctx->srv_conf[mi]); in ngx_mail_block()
241 ngx_mail_core_srv_conf_t *cscf, **cscfp; in ngx_mail_core_server() local283 cscfp = ngx_array_push(&cmcf->servers); in ngx_mail_core_server()284 if (cscfp == NULL) { in ngx_mail_core_server()288 *cscfp = cscf; in ngx_mail_core_server()
83 ngx_stream_core_srv_conf_t **cscfp; in ngx_stream_block() local186 cscfp = cmcf->servers.elts; in ngx_stream_block()212 cf->ctx = cscfp[s]->ctx; in ngx_stream_block()217 cscfp[s]->ctx->srv_conf[mi]); in ngx_stream_block()
520 ngx_stream_core_srv_conf_t *cscf, **cscfp; in ngx_stream_core_server() local563 cscfp = ngx_array_push(&cmcf->servers); in ngx_stream_core_server()564 if (cscfp == NULL) { in ngx_stream_core_server()568 *cscfp = cscf; in ngx_stream_core_server()
1111 ngx_http_core_srv_conf_t **cscfp, *cscf; in ngx_http_ssl_init() local1115 cscfp = cmcf->servers.elts; in ngx_http_ssl_init()1119 sscf = cscfp[s]->ctx->srv_conf[ngx_http_ssl_module.ctx_index]; in ngx_http_ssl_init()1125 clcf = cscfp[s]->ctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_ssl_init()