Searched refs:updating_sockets (Results 1 – 1 of 1) sorted by relevance
/unit/src/ |
H A D | nxt_router.c | 295 nxt_queue_t updating_sockets; variable 1009 nxt_queue_init(&updating_sockets); in nxt_router_temp_conf() 1135 nxt_queue_add(&router->sockets, &updating_sockets); in nxt_router_conf_apply() 2521 nxt_queue_insert_tail(&updating_sockets, &nskcf->link); in nxt_router_listen_socket_find() 3019 ret = nxt_router_engine_joints_create(tmcf, recf, &updating_sockets, in nxt_router_engine_conf_create() 3041 ret = nxt_router_engine_joints_create(tmcf, recf, &updating_sockets, in nxt_router_engine_conf_update() 3067 ret = nxt_router_engine_joints_delete(tmcf, recf, &updating_sockets); in nxt_router_engine_conf_delete()
|