Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
914 struct text *temp_buff; in delete() local954 temp_buff = curr_line->next_line; in delete()955 point = resiz_line(temp_buff->line_length, curr_line, position); in delete()956 if (temp_buff->next_line != NULL) in delete()957 temp_buff->next_line->prev_line = curr_line; in delete()958 curr_line->next_line = temp_buff->next_line; in delete()959 temp2 = temp_buff->line; in delete()967 while (temp_pos < temp_buff->line_length) in delete()976 free(temp_buff->line); in delete()977 free(temp_buff); in delete()[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()