Searched refs:header_status (Results 1 – 3 of 3) sorted by relevance
1457 const long long header_status = ParseHeaders(); in Load() local1459 if (header_status < 0) // error in Load()1460 return static_cast<long>(header_status); in Load()1462 if (header_status > 0) // underflow in Load()
1456 const long long header_status = ParseHeaders(); in Load() local1458 if (header_status < 0) // error in Load()1459 return static_cast<long>(header_status); in Load()1461 if (header_status > 0) // underflow in Load()
657 uint16_t header_status; member