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

  /external/chromium_org/net/tools/balsa/
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 647 const char* value_begin = (stream_begin + header_line.value_begin_idx); local
649 if (value_begin >= line_end) {
659 while (value_begin < line_end) {
660 if (*value_begin < '0' || *value_begin > '9') {
670 const unsigned char c = *value_begin - '0';
680 ++value_begin;
692 const char* value_begin = stream_begin + header_line.value_begin_idx; local
693 size_t value_length = line_end - value_begin;
696 !strncasecmp(value_begin, "chunked", 7))
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 130 std::string::const_iterator value_begin; member in struct:net::HttpResponseHeaders::ParsedHeader
488 std::string::const_iterator value_begin = parsed_[i].value_begin; local
494 headers[iter->second].append(value_begin, value_end);
524 std::string::const_iterator value_begin = parsed_[i].value_begin; local
528 value->append(value_begin, value_end);
561 std::string::const_iterator value_begin = parsed_[i].value_begin; local
566 value->assign(value_begin, value_end)
    [all...]
http_response_headers.h 334 std::string::const_iterator value_begin,
340 std::string::const_iterator value_begin,
http_util.h 286 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::ValuesIterator
330 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::NameValuePairsIterator
http_util.cc 234 byte_range_set_iterator.value_begin();
250 byte_range_set_iterator.value_begin() + minus_char_offset + 1;
874 value_begin_ = props_.value_begin();
http_util_unittest.cc 888 std::string::const_iterator first_value_begin = parser->value_begin();
894 ASSERT_EQ(expected_value, std::string(parser->value_begin(),
899 ASSERT_TRUE(first_value_begin == parser->value_begin());
http_cache_transaction.cc 303 if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
    [all...]
  /external/chromium_org/content/browser/
transition_request_manager.cc 48 if (LowerCaseEqualsASCII(param_iter.value_begin(),
61 std::string attribute_value(param_iter.value_begin(),
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 140 for (SDNode::value_iterator J = I->value_begin(), E = I->value_end();
227 for (SDNode::value_iterator J = Node->value_begin(), E = Node->value_end();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 666 value_iterator value_begin() const { return ValueList; }
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 129 milliseconds