Searched refs:cinfo_tmp (Results 1 – 1 of 1) sorted by relevance
1385 struct respip_client_info* cinfo = NULL, cinfo_tmp; in worker_handle_request() local1809 cinfo_tmp.taglist = acladdr->taglist; in worker_handle_request()1810 cinfo_tmp.taglen = acladdr->taglen; in worker_handle_request()1811 cinfo_tmp.tag_actions = acladdr->tag_actions; in worker_handle_request()1812 cinfo_tmp.tag_actions_size = acladdr->tag_actions_size; in worker_handle_request()1813 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()1814 cinfo_tmp.tag_datas_size = acladdr->tag_datas_size; in worker_handle_request()1815 cinfo_tmp.view = acladdr->view; in worker_handle_request()1816 cinfo_tmp.respip_set = worker->daemon->respip_set; in worker_handle_request()1817 cinfo = &cinfo_tmp; in worker_handle_request()