Searched refs:cinfo_tmp (Results 1 – 1 of 1) sorted by relevance
1502 struct respip_client_info* cinfo = NULL, cinfo_tmp; in worker_handle_request() local1963 cinfo_tmp.taglist = acladdr->taglist; in worker_handle_request()1964 cinfo_tmp.taglen = acladdr->taglen; in worker_handle_request()1965 cinfo_tmp.tag_actions = acladdr->tag_actions; in worker_handle_request()1966 cinfo_tmp.tag_actions_size = acladdr->tag_actions_size; in worker_handle_request()1967 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()1968 cinfo_tmp.tag_datas_size = acladdr->tag_datas_size; in worker_handle_request()1969 cinfo_tmp.view = acladdr->view; in worker_handle_request()1970 cinfo_tmp.view_name = NULL; in worker_handle_request()1971 cinfo = &cinfo_tmp; in worker_handle_request()