Searched refs:seekerr (Results 1 – 1 of 1) sorted by relevance
1235 int seekerr; in load_ktx_compressed_image() local1236 seekerr = fseek(f, hdr.bytes_of_key_value_data, SEEK_CUR); in load_ktx_compressed_image()1237 if (seekerr) in load_ktx_compressed_image()