Searched defs:value_begin (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dbalsa_headers_token_utils.cc20 const char* value_begin = stream_begin + header_line.value_begin_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
H A Dbalsa_frame.cc628 const char* value_begin = (stream_begin + header_line.value_begin_idx); local
630 if (value_begin >= line_end) {
640 while (value_begin < line_end) {
641 if (*value_begin < '0' || *value_begin > '9') {
651 const unsigned char c = *value_begin - '0';
661 ++value_begin;
673 const char* value_begin = stream_begin + header_line.value_begin_idx; local
674 size_t value_length = line_end - value_begin;
677 !strncasecmp(value_begin, "chunke
[all...]
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_token_utils.cc20 const char* value_begin = stream_begin + header_line.value_begin_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
H A Dbalsa_frame.cc628 const char* value_begin = (stream_begin + header_line.value_begin_idx); local
630 if (value_begin >= line_end) {
640 while (value_begin < line_end) {
641 if (*value_begin < '0' || *value_begin > '9') {
651 const unsigned char c = *value_begin - '0';
661 ++value_begin;
673 const char* value_begin = stream_begin + header_line.value_begin_idx; local
674 size_t value_length = line_end - value_begin;
677 !strncasecmp(value_begin, "chunke
[all...]
/external/chromium/net/http/
H A Dhttp_util.h241 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::ValuesIterator
285 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_response_headers.cc126 std::string::const_iterator value_begin; member in struct:net::HttpResponseHeaders::ParsedHeader
402 std::string::const_iterator value_begin = parsed_[i].value_begin; local
408 headers[iter->second].append(value_begin, value_end);
438 std::string::const_iterator value_begin = parsed_[i].value_begin; local
442 value->append(value_begin, value_end);
475 std::string::const_iterator value_begin = parsed_[i].value_begin; local
480 value->assign(value_begin, value_en
690 AddToParsed(std::string::const_iterator name_begin, std::string::const_iterator name_end, std::string::const_iterator value_begin, std::string::const_iterator value_end) argument
[all...]
/external/chromium_org/net/http/
H A Dhttp_util.h279 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::ValuesIterator
323 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_response_headers.cc133 std::string::const_iterator value_begin; member in struct:net::HttpResponseHeaders::ParsedHeader
465 std::string::const_iterator value_begin = parsed_[i].value_begin; local
471 headers[iter->second].append(value_begin, value_end);
501 std::string::const_iterator value_begin = parsed_[i].value_begin; local
505 value->append(value_begin, value_end);
538 std::string::const_iterator value_begin = parsed_[i].value_begin; local
543 value->assign(value_begin, value_en
751 AddToParsed(std::string::const_iterator name_begin, std::string::const_iterator name_end, std::string::const_iterator value_begin, std::string::const_iterator value_end) argument
[all...]
/external/chromium_org/chrome_frame/test/
H A Die_configurator.cc107 const uint8* value_begin, size_t value_len);
209 const uint8* value_begin,
216 std::vector<uint8>(value_begin, value_begin + value_len)
205 AddValue(HKEY root, const wchar_t* key, const wchar_t* value, DWORD type, const uint8* value_begin, size_t value_len) argument

Completed in 2236 milliseconds