Home
last modified time | relevance | path

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

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclientmedia.cpp305 std::set<std::string> sha1_set; in remoteHashSetReceived() local
306 deSerializeHashSet(fetch_result.data, sha1_set); in remoteHashSetReceived()
316 if (!f->received && sha1_set.count(f->sha1)) in remoteHashSetReceived()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclientmedia.cpp300 std::set<std::string> sha1_set; in remoteHashSetReceived() local
301 deSerializeHashSet(fetch_result.data, sha1_set); in remoteHashSetReceived()
311 if (!f->received && sha1_set.count(f->sha1)) in remoteHashSetReceived()