Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/
H A Dhttp.cpp93 auto statusEndPos = response.find(' ', statusStartPos); in DecodeStatus() local
94 statusEndPos = (statusEndPos == std::string::npos) ? response.find(EOL, statusStartPos) : statusEndPos; in DecodeStatus()
95 if (statusEndPos != std::string::npos) { in DecodeStatus()
96 return response.substr(statusStartPos, statusEndPos - statusStartPos); in DecodeStatus()

Completed in 1 milliseconds