Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c2455 if (sect_buff) in main()
2456 _TIFFfree(sect_buff); in main()
7016 sect_buff = *sect_buff_ptr; in writeImageSections()
7315 unsigned char *sect_buff = NULL; in createImageSection() local
7319 sect_buff = *sect_buff_ptr; in createImageSection()
7321 if (!sect_buff) in createImageSection()
7324 *sect_buff_ptr = sect_buff; in createImageSection()
7334 free (sect_buff); in createImageSection()
7338 sect_buff = new_buff; in createImageSection()
7344 if (!sect_buff) in createImageSection()
[all …]