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()
4324 const int read_status = in ParseCompressionEntry() local
4326 if (read_status) { in ParseCompressionEntry()
4385 const int read_status = in ParseEncryptionEntry() local
4387 if (read_status) { in ParseEncryptionEntry()
4407 const int read_status = in ParseEncryptionEntry() local
4409 if (read_status) { in ParseEncryptionEntry()
4429 const int read_status = in ParseEncryptionEntry() local
4431 if (read_status) { in ParseEncryptionEntry()