Home
last modified time | relevance | path

Searched refs:consumed_bytes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/tools/balsa/
Dbalsa_frame.cc1410 size_t consumed_bytes = (chunk_length_remaining_ < bytes_remaining) ? in ProcessInput() local
1412 const char* tmp_current = current + consumed_bytes; in ProcessInput()
1414 visitor_->ProcessBodyData(current, consumed_bytes); in ProcessInput()
1416 chunk_length_remaining_ -= consumed_bytes; in ProcessInput()
1528 const size_t consumed_bytes = in ProcessInput() local
1531 visitor_->ProcessBodyInput(current, consumed_bytes); in ProcessInput()
1532 visitor_->ProcessBodyData(current, consumed_bytes); in ProcessInput()
1533 current += consumed_bytes; in ProcessInput()
1534 content_length_remaining_ -= consumed_bytes; in ProcessInput()
/external/chromium_org/third_party/libwebp/dec/
Didec.c287 size_t consumed_bytes) { in ChangeState() argument
290 mem->start_ += consumed_bytes; in ChangeState()
/external/webp/src/dec/
Didec.c287 size_t consumed_bytes) { in ChangeState() argument
290 mem->start_ += consumed_bytes; in ChangeState()
/external/chromium_org/net/quic/
Dquic_packet_creator_test.cc803 size_t consumed_bytes = creator_.CreateStreamFrameWithNotifier( in TEST_P() local
805 EXPECT_EQ(0u, consumed_bytes); in TEST_P()