Home
last modified time | relevance | path

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

/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/data/
H A DChannel.cpp158 TryToAddPropertyAsHeader("http-user-agent", "user-agent"); in SetStreamURL()
159 TryToAddPropertyAsHeader("http-referrer", "referer"); // spelling differences are correct in SetStreamURL()
194 void Channel::TryToAddPropertyAsHeader(const std::string& propertyName, const std::string& headerNa… in TryToAddPropertyAsHeader() function in Channel
H A DChannel.h137 void TryToAddPropertyAsHeader(const std::string& propertyName, const std::string& headerName);