Searched refs:begin_pos (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_headers.cc721 size_t begin_pos = 0; local
724 size_t comma_pos = value.find(',', begin_pos);
728 while (end > begin_pos && strchr(HTTP_LWS, value[end - 1]))
732 if (end > begin_pos) {
733 std::string name = value.substr(begin_pos, end - begin_pos);
739 begin_pos = comma_pos + 1;
740 while (begin_pos < value.size() && strchr(HTTP_LWS, value[begin_pos]))
741 begin_pos
[all...]
/external/v8/src/
H A Dassembler.cc314 byte* begin_pos = pos_; local
328 ASSERT(begin_pos - pos_ <= RelocInfo::kMaxCallSize);
363 ASSERT(begin_pos - pos_ >= RelocInfo::kMinRelocCommentSize);
374 ASSERT(begin_pos - pos_ <= kMaxSize);
/external/libxml2/include/libxml/
H A Dparser.h92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo
/external/zlib/src/contrib/minizip/
H A Dzip.c173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon17169
835 pziinit->begin_pos = byte_before_the_zipfile;
874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream);
/external/libxml2/
H A DHTMLparser.c4164 node_info.begin_pos = ctxt->input->consumed +
4311 node_info.begin_pos = ctxt->input->consumed +
H A Dparser.c9582 node_info.begin_pos = ctxt->input->consumed +

Completed in 152 milliseconds