Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
778 struct text *temp_buff; local829 temp_buff = curr_line->next_line;831 if (temp_buff->next_line != NULL)833 curr_line->next_line = temp_buff->next_line;834 temp2 = temp_buff->line;842 while (temp_pos < temp_buff->line_length)851 free(temp_buff->line);852 free(temp_buff);853 temp_buff = curr_line;863 temp_buff = temp_buff->next_line;[all …]
1853 struct cudbg_buffer temp_buff; in collect_dump_context() local1942 temp_buff.size = bytes; in collect_dump_context()1943 temp_buff.data = (void *)((char *)scratch_buff.data + in collect_dump_context()1946 rc = compress_buff(&temp_buff, dbg_buff); in collect_dump_context()