Searched refs:cinfo_tmp (Results 1 – 1 of 1) sorted by relevance
1474 struct respip_client_info* cinfo = NULL, cinfo_tmp; in worker_handle_request() local1891 cinfo_tmp.taglist = acladdr->taglist; in worker_handle_request()1892 cinfo_tmp.taglen = acladdr->taglen; in worker_handle_request()1893 cinfo_tmp.tag_actions = acladdr->tag_actions; in worker_handle_request()1894 cinfo_tmp.tag_actions_size = acladdr->tag_actions_size; in worker_handle_request()1895 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()1896 cinfo_tmp.tag_datas_size = acladdr->tag_datas_size; in worker_handle_request()1897 cinfo_tmp.view = acladdr->view; in worker_handle_request()1898 cinfo_tmp.view_name = NULL; in worker_handle_request()1899 cinfo = &cinfo_tmp; in worker_handle_request()