Home
last modified time | relevance | path

Searched refs:rfc1123 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchrono.hpp26 std::string rfc1123(Timestamp);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dchrono.cpp21 std::string rfc1123(Timestamp timestamp) { in rfc1123() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp49 req.setRawHeader("If-Modified-Since", util::rfc1123(*m_resource.priorModified).c_str()); in networkRequest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dhttp_file_source.cpp318 std::string("If-Modified-Since: ") + util::rfc1123(*resource.priorModified); in HTTPRequest()