Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/tools/thputilities/src/
Dthputilities.c1734 u8* tmp_buffer = NULL; in THPUtyCopyTHPFile() local
1748 tmp_buffer = (u8*)THPMalloc(THPUTY_COPY_SIZE); in THPUtyCopyTHPFile()
1749 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1794 rtn = fread(tmp_buffer, read_size, 1, ip); in THPUtyCopyTHPFile()
1802 rtn = fwrite(tmp_buffer, read_size, 1, op); in THPUtyCopyTHPFile()
1917 tmp_buffer = THPMalloc(old_size + THPUTY_MAX_PADDING_SIZE); in THPUtyCopyTHPFile()
1918 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1927 rtn = fread(tmp_buffer, old_size, 1, ip); in THPUtyCopyTHPFile()
1936 frame_header = (THPFrameHeader *)tmp_buffer; in THPUtyCopyTHPFile()
1950 rtn = fwrite(tmp_buffer, frame_size, 1, op); in THPUtyCopyTHPFile()
[all …]