Lines Matching refs:read_status
125 int read_status = pReader->Read(pos, 1, &temp_byte); in ReadID() local
127 if (read_status < 0) in ReadID()
129 else if (read_status > 0) // No data to read. in ReadID()
158 read_status = pReader->Read(pos + i, 1, &temp_byte); in ReadID()
160 if (read_status < 0) in ReadID()
162 else if (read_status > 0) in ReadID()
4325 const int read_status = in ParseCompressionEntry() local
4327 if (read_status) { in ParseCompressionEntry()
4386 const int read_status = in ParseEncryptionEntry() local
4388 if (read_status) { in ParseEncryptionEntry()
4408 const int read_status = in ParseEncryptionEntry() local
4410 if (read_status) { in ParseEncryptionEntry()
4430 const int read_status = in ParseEncryptionEntry() local
4432 if (read_status) { in ParseEncryptionEntry()