Lines Matching refs:NO_ERROR
54 m_status(NO_ERROR), in BackupDataWriter()
83 return NO_ERROR; in write_padding_for()
89 if (m_status != NO_ERROR) { in WriteEntityHeader()
150 if (m_status != NO_ERROR) { in WriteEntityData()
167 return NO_ERROR; in WriteEntityData()
180 m_status(NO_ERROR), in BackupDataReader()
215 if (err != NO_ERROR) { \
226 if (m_status != NO_ERROR) { in ReadNextHeader()
235 return NO_ERROR; in ReadNextHeader()
237 else if (amt != NO_ERROR) { in ReadNextHeader()
243 return NO_ERROR; in ReadNextHeader()
294 return m_status == NO_ERROR && m_header.type == BACKUP_HEADER_ENTITY_V1; in HasEntities()
300 if (m_status != NO_ERROR) { in ReadEntityHeader()
308 return NO_ERROR; in ReadEntityHeader()
314 if (m_status != NO_ERROR) { in SkipEntityData()
328 return NO_ERROR; in SkipEntityData()
334 if (m_status != NO_ERROR) { in ReadEntityData()
377 return NO_ERROR; in skip_padding()