Home
last modified time | relevance | path

Searched refs:EOL (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.h66 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
68 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
70 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
74 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
75 index = CopyStringToBuffer(HttpBase::EOL, index); in ProtocolUpgradeBuilder()
109 + 3 * HttpBase::EOL.size();
112 + 2 * HttpBase::EOL.size();
H A Dhttp.cpp25 auto endOfLinePos = headersText.find(EOL, startPos); in DecodeHeader()
41 auto endOfLinePos = request.find(EOL, methodStartPos); in DecodeVersion()
94 statusEndPos = (statusEndPos == std::string::npos) ? response.find(EOL, statusStartPos) : statusEndPos; in DecodeStatus()
H A Dhttp.h23 static constexpr std::string_view EOL = "\r\n"; member

Completed in 1 milliseconds