HomeSort by relevance Sort by last modified time
    Searched refs:value_begin (Results 1 - 21 of 21) sorted by null

  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 20 const char* value_begin = stream_begin + header_line.value_begin_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
balsa_frame.cc 628 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, "chunked", 7))
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers_token_utils.cc 20 const char* value_begin = stream_begin + header_line.value_begin_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
balsa_frame.cc 628 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, "chunked", 7))
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 126 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_end)
    [all...]
http_response_headers.h 290 std::string::const_iterator value_begin,
296 std::string::const_iterator value_begin,
http_util.cc 238 byte_range_set_iterator.value_begin();
254 byte_range_set_iterator.value_begin() + minus_char_offset + 1;
743 value_begin_ = props_.value_begin();
http_util.h 241 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
http_util_unittest.cc 688 std::string::const_iterator first_value_begin = parser->value_begin();
694 ASSERT_EQ(expected_value, std::string(parser->value_begin(),
699 ASSERT_TRUE(first_value_begin == parser->value_begin());
http_cache_transaction.cc 93 if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 125 std::string::const_iterator value_begin; member in struct:net::HttpResponseHeaders::ParsedHeader
457 std::string::const_iterator value_begin = parsed_[i].value_begin; local
463 headers[iter->second].append(value_begin, value_end);
493 std::string::const_iterator value_begin = parsed_[i].value_begin; local
497 value->append(value_begin, value_end);
530 std::string::const_iterator value_begin = parsed_[i].value_begin; local
535 value->assign(value_begin, value_end)
    [all...]
http_response_headers.h 314 std::string::const_iterator value_begin,
320 std::string::const_iterator value_begin,
http_util.h 279 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
http_util.cc 248 byte_range_set_iterator.value_begin();
264 byte_range_set_iterator.value_begin() + minus_char_offset + 1;
874 value_begin_ = props_.value_begin();
http_util_unittest.cc 866 std::string::const_iterator first_value_begin = parser->value_begin();
872 ASSERT_EQ(expected_value, std::string(parser->value_begin(),
877 ASSERT_TRUE(first_value_begin == parser->value_begin());
http_cache_transaction.cc 159 if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_configurator.cc 107 const uint8* value_begin, size_t value_len);
209 const uint8* value_begin,
216 std::vector<uint8>(value_begin, value_begin + value_len)
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 94 for (SDNode::value_iterator J = I->value_begin(), E = I->value_end();
182 for (SDNode::value_iterator J = Node->value_begin(), E = Node->value_end();
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 651 for (SDNode::value_iterator I = Op->value_begin(), E = Op->value_end();
  /external/chromium_org/chrome_frame/
utils.cc     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 625 value_iterator value_begin() const { return ValueList; }
    [all...]

Completed in 717 milliseconds