Searched refs:read_status (Results 1 – 4 of 4) sorted by relevance
51 bool read_status = true; in ReadFileToString() local60 read_status = false; in ReadFileToString()66 read_status = read_status && !ferror(file); in ReadFileToString()69 return read_status; in ReadFileToString()
141 bool read_status = true; in ReadFileToStringWithMaxSize() local150 read_status = false; in ReadFileToStringWithMaxSize()165 read_status = read_status && !ferror(file); in ReadFileToStringWithMaxSize()172 return read_status; in ReadFileToStringWithMaxSize()
2445 int read_status; local2447 read_status = av_read_frame(s, pkt);2448 } while (read_status == AVERROR(EAGAIN));2449 if (read_status < 0)
68175 int (*read_status)(struct phy_device *); member