Lines Matching refs:NO_ERROR
61 m_status(NO_ERROR), in BackupDataWriter()
90 return NO_ERROR; in write_padding_for()
96 if (m_status != NO_ERROR) { in WriteEntityHeader()
157 if (m_status != NO_ERROR) { in WriteEntityData()
174 return NO_ERROR; in WriteEntityData()
187 m_status(NO_ERROR), in BackupDataReader()
222 if (err != NO_ERROR) { \
233 if (m_status != NO_ERROR) { in ReadNextHeader()
242 return NO_ERROR; in ReadNextHeader()
244 else if (amt != NO_ERROR) { in ReadNextHeader()
250 return NO_ERROR; in ReadNextHeader()
301 return m_status == NO_ERROR && m_header.type == BACKUP_HEADER_ENTITY_V1; in HasEntities()
307 if (m_status != NO_ERROR) { in ReadEntityHeader()
315 return NO_ERROR; in ReadEntityHeader()
321 if (m_status != NO_ERROR) { in SkipEntityData()
335 return NO_ERROR; in SkipEntityData()
341 if (m_status != NO_ERROR) { in ReadEntityData()
380 return NO_ERROR; in skip_padding()