Searched refs:header_end (Results 1 – 6 of 6) sorted by relevance
30 const char** header_end) { in ReadMore() argument168 *header_end = reinterpret_cast<const char*>(pos); in ReadMore()174 *header_end = reinterpret_cast<const char*>(pos); in ReadMore()
156 const char* header_end = NULL; in CheckGZipHeader() local159 &header_end); in CheckGZipHeader()171 (header_end - next_stream_data_)); in CheckGZipHeader()175 next_stream_data_ = const_cast<char*>(header_end); in CheckGZipHeader()
45 const char** header_end);
113 size_t header_end = header.find(kY4MSimpleFrameDelimiter); in ParseFileAndExtractVideoFormat() local114 CHECK_NE(header_end, header.npos); in ParseFileAndExtractVideoFormat()117 return header_end + kY4MSimpleFrameDelimiterSize; in ParseFileAndExtractVideoFormat()
566 const unsigned header_end = static_cast<unsigned>(subtable.offset()); in ParseMarkToAttachmentSubtables() local567 if (header_end > std::numeric_limits<uint16_t>::max()) { in ParseMarkToAttachmentSubtables()570 if (offset_coverage1 < header_end || offset_coverage1 >= length) { in ParseMarkToAttachmentSubtables()578 if (offset_coverage2 < header_end || offset_coverage2 >= length) { in ParseMarkToAttachmentSubtables()587 if (offset_mark_array < header_end || offset_mark_array >= length) { in ParseMarkToAttachmentSubtables()595 if (offset_type_specific_array < header_end || in ParseMarkToAttachmentSubtables()
527 size_t header_end = dictionary_text.find("\n\n"); in AddSdchDictionary() local528 if (std::string::npos == header_end) { in AddSdchDictionary()536 DCHECK_LE(line_end, header_end); in AddSdchDictionary()574 if (line_end >= header_end) in AddSdchDictionary()606 new Dictionary(dictionary_text, header_end + 2, client_hash, in AddSdchDictionary()