Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2477 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2484 if (IsHeaderValid) in checkHashTable()2485 *IsHeaderValid = false; in checkHashTable()2502 if (IsHeaderValid) in checkHashTable()2503 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()2518 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2524 if (IsHeaderValid) in checkGNUHashTable()2525 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()2541 bool IsHeaderValid; in printHashTable() local2542 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()[all …]