Home
last modified time | relevance | path

Searched refs:priorEtag (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp67 resource.priorEtag = res.etag; in loadFromCache()
107 resource.priorEtag = res.etag; in loadedData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp45 if (m_resource.priorEtag) { in networkRequest()
46 const auto etag = m_resource.priorEtag; in networkRequest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp363 response.etag = resource.priorEtag; in completed()
365 resource.priorEtag = response.etag; in completed()
H A Dhttp_file_source.cpp313 if (resource.priorEtag) { in HTTPRequest()
314 const std::string header = std::string("If-None-Match: ") + *resource.priorEtag; in HTTPRequest()
H A Ddefault_file_source.cpp139 resource.priorEtag = offlineResponse->etag; in request()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp82 optional<std::string> priorEtag = {}; member in mbgl::Resource