Searched refs:httpVersion (Results 1 – 2 of 2) sorted by relevance
64 uint32_t INetworkMessage::GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle) in GetHttpVersionFromCurlHandle() argument71 httpVersion = GetHttpVersion(tmp); in GetHttpVersionFromCurlHandle()140 std::string INetworkMessage::GetHttpVersion(long httpVersion) in GetHttpVersion() argument143 switch (httpVersion) { in GetHttpVersion()
66 static uint32_t GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle);73 static std::string GetHttpVersion(long httpVersion);