Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2581 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2588 if (IsHeaderValid) in checkHashTable()2589 *IsHeaderValid = false; in checkHashTable()2606 if (IsHeaderValid) in checkHashTable()2607 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()2622 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2628 if (IsHeaderValid) in checkGNUHashTable()2629 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()2645 bool IsHeaderValid; in printHashTable() local2646 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()[all …]