Home
last modified time | relevance | path

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

/external/chromium_org/net/tools/balsa/
Dbalsa_frame.cc1412 const char* tmp_current = current + consumed_bytes; in ProcessInput() local
1413 visitor_->ProcessBodyInput(on_entry, tmp_current - on_entry); in ProcessInput()
1415 on_entry = current = tmp_current; in ProcessInput()