Lines Matching defs:data
402 BMCWEB_LOG_DEBUG("recvMessage() data: {}", parser->get().body().str());
555 // Now let's try to resend the data
608 hostname.data()) == 0)
748 void sendData(std::string&& data, const boost::urls::url_view_base& destUri,
759 thisReq.body().str() = std::move(data);
802 BMCWEB_LOG_DEBUG("Max pool size reached. Adding data to queue {}",
922 void sendData(std::string&& data, const boost::urls::url_view_base& destUri,
928 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader,
934 void sendDataWithCallback(std::string&& data,
955 // Send the data using either the existing connection pool or the
957 pool.first->second->sendData(std::move(data), destUrl, httpHeader, verb,