Searched refs:end_of_header_length_ (Results 1 – 2 of 2) sorted by relevance
1677 this->end_of_header_length_ = lineptr; in read_header_prolog()1733 this->logicals_start_ = this->end_of_header_length_ + logicals_offset; in read_header_prolog()1735 this->actuals_start_ = this->end_of_header_length_ + actuals_offset; in read_header_prolog()
1108 const unsigned char* end_of_header_length_; variable