Searched refs:shortread (Results 1 – 1 of 1) sorted by relevance
263 int shortread = 0; in read_frame() local311 shortread |= fread(ptr+4, 1, w-4, f) < w-4; in read_frame()315 shortread |= fread(ptr, 1, w, f) < w; in read_frame()322 return !shortread; in read_frame()