Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.h209 void ProcessFirstLine(const char* begin, const char* end);
H A Dbalsa_frame.cc241 void BalsaFrame::ProcessFirstLine(const char* begin, const char* end) { in ProcessFirstLine() function in quiche::BalsaFrame
801 ProcessFirstLine(begin, begin + lines_[0].second); in ProcessHeaders()