Searched refs:begin_pos (Results 1 – 11 of 11) sorted by relevance
721 size_t begin_pos = 0; in AddNonCacheableHeaders() local724 size_t comma_pos = value.find(',', begin_pos); in AddNonCacheableHeaders()728 while (end > begin_pos && strchr(HTTP_LWS, value[end - 1])) in AddNonCacheableHeaders()732 if (end > begin_pos) { in AddNonCacheableHeaders()733 std::string name = value.substr(begin_pos, end - begin_pos); in AddNonCacheableHeaders()739 begin_pos = comma_pos + 1; in AddNonCacheableHeaders()740 while (begin_pos < value.size() && strchr(HTTP_LWS, value[begin_pos])) in AddNonCacheableHeaders()741 begin_pos++; in AddNonCacheableHeaders()742 if (begin_pos >= value.size()) in AddNonCacheableHeaders()
314 byte* begin_pos = pos_; in Write() local328 ASSERT(begin_pos - pos_ <= RelocInfo::kMaxCallSize); in Write()363 ASSERT(begin_pos - pos_ >= RelocInfo::kMinRelocCommentSize); in Write()374 ASSERT(begin_pos - pos_ <= kMaxSize); in Write()
426 byte* begin_pos = pos_; in Write() local441 ASSERT(begin_pos - pos_ <= RelocInfo::kMaxCallSize); in Write()476 ASSERT(begin_pos - pos_ >= RelocInfo::kMinRelocCommentSize); in Write()490 ASSERT(begin_pos - pos_ <= kMaxSize); in Write()
92 unsigned long begin_pos; member
173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord()874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
4164 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement()4311 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal()
9582 node_info.begin_pos = ctxt->input->consumed + in xmlParseElement()
4159 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement()4306 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal()
9553 node_info.begin_pos = ctxt->input->consumed + in xmlParseElement()