Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2638 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2645 if (IsHeaderValid) in checkHashTable()2646 *IsHeaderValid = false; in checkHashTable()2663 if (IsHeaderValid) in checkHashTable()2664 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()2679 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2685 if (IsHeaderValid) in checkGNUHashTable()2686 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()2702 bool IsHeaderValid; in printHashTable() local2703 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()[all …]