Lines Matching refs:tmp_buffer
1729 u8* tmp_buffer = NULL; in THPUtyCopyTHPFile() local
1743 tmp_buffer = (u8*)THPMalloc(THPUTY_COPY_SIZE); in THPUtyCopyTHPFile()
1744 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1789 rtn = fread(tmp_buffer, read_size, 1, ip); in THPUtyCopyTHPFile()
1797 rtn = fwrite(tmp_buffer, read_size, 1, op); in THPUtyCopyTHPFile()
1912 tmp_buffer = THPMalloc(old_size + THPUTY_MAX_PADDING_SIZE); in THPUtyCopyTHPFile()
1913 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1922 rtn = fread(tmp_buffer, old_size, 1, ip); in THPUtyCopyTHPFile()
1931 frame_header = (THPFrameHeader *)tmp_buffer; in THPUtyCopyTHPFile()
1945 rtn = fwrite(tmp_buffer, frame_size, 1, op); in THPUtyCopyTHPFile()
1968 THPFree(tmp_buffer); in THPUtyCopyTHPFile()
1969 tmp_buffer = NULL; in THPUtyCopyTHPFile()
2118 if (tmp_buffer) in THPUtyCopyTHPFile()
2120 THPFree(tmp_buffer); in THPUtyCopyTHPFile()