Home
last modified time | relevance | path

Searched refs:CacheControl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dhttp_header.cpp23 CacheControl CacheControl::parse(const std::string& value) { in parse()
27 CacheControl result; in parse()
36 optional<Timestamp> CacheControl::toTimePoint() const { in toTimePoint()
H A Dhttp_header.hpp11 class CacheControl { class
13 static CacheControl parse(const std::string&);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cachecontrol_0.12.10.bb2 HOMEPAGE = "https://pypi.org/project/CacheControl/"
6 # On PyPi, this is "CacheControl", rather than "cachecontrol", so we need to
8 PYPI_PACKAGE = "CacheControl"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp85 const auto cc = http::CacheControl::parse(line.second.constData()); in handleNetworkReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp407 const auto cc = http::CacheControl::parse(value.c_str()); in headerCallback()